Expected Behavior
The EmbeddingClient
interface should expose a method to report the dimension size of the configured embedding model.
Current Behavior
Currently the users must retrieve this information manually from the documentations of the used models.
Context
The dimensions are need to configure VectorStores and at the moment has to be specified explicitly. Instead they could obtain this information directly from the provided EmbeddingClient instance.