3 references to EmbeddingGenerationDispatchers
Microsoft.Extensions.VectorData.Abstractions (3)
ProviderServices\CollectionModelBuilder.cs (3)
379
/// Attempts to resolve the embedding type for the given vector property, iterating over <see cref="
EmbeddingGenerationDispatchers
"/> in priority order.
386
foreach (var supported in
EmbeddingGenerationDispatchers
)
404
foreach (var supported in
EmbeddingGenerationDispatchers
)