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