Get embedding dimensions for the configured model
Future<int> getEmbeddingDimensions() async { return _embeddings.getEmbeddingDimensions(); }