1 instantiation of BinaryEmbedding
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
60return new(result)
5 references to BinaryEmbedding
Microsoft.Extensions.AI.Integration.Tests (5)
EmbeddingGeneratorIntegrationTests.cs (1)
139using IEmbeddingGenerator<string, BinaryEmbedding> generator =
QuantizationEmbeddingGenerator.cs (4)
16IEmbeddingGenerator<string, BinaryEmbedding> 36async Task<GeneratedEmbeddings<BinaryEmbedding>> IEmbeddingGenerator<string, BinaryEmbedding>.GenerateAsync( 47private static BinaryEmbedding QuantizeToBinary(Embedding<float> embedding)