1 write to _floatService
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
25
_floatService
= floatService;
5 references to _floatService
Microsoft.Extensions.AI.Integration.Tests (5)
QuantizationEmbeddingGenerator.cs (5)
28
public EmbeddingGeneratorMetadata Metadata =>
_floatService
.Metadata;
30
void IDisposable.Dispose() =>
_floatService
.Dispose();
34
_floatService
.GetService(serviceType, serviceKey);
39
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);
72
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);