1 write to _floatService
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
26
_floatService
= floatService;
4 references to _floatService
Microsoft.Extensions.AI.Integration.Tests (4)
QuantizationEmbeddingGenerator.cs (4)
29
void IDisposable.Dispose() =>
_floatService
.Dispose();
33
_floatService
.GetService(serviceType, serviceKey);
38
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);
71
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);