1 instantiation of EmbeddingGenerationDispatcher
Microsoft.Extensions.VectorData.Abstractions (1)
ProviderServices\EmbeddingGenerationDispatcher.cs (1)
32=> new EmbeddingGenerationDispatcher<TEmbedding>();
2 references to EmbeddingGenerationDispatcher
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\VectorPropertyModel.cs (2)
150/// Core method to generate a batch of embeddings. Called by <see cref="EmbeddingGenerationDispatcher{TEmbedding}"/> with the correct type parameter. 177/// Core method to generate a single embedding. Called by <see cref="EmbeddingGenerationDispatcher{TEmbedding}"/> with the correct type parameter.