1 write to _floatService
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
25
_floatService
= floatService;
4 references to _floatService
Microsoft.Extensions.AI.Integration.Tests (4)
QuantizationEmbeddingGenerator.cs (4)
28
void IDisposable.Dispose() =>
_floatService
.Dispose();
32
_floatService
.GetService(serviceType, serviceKey);
37
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);
70
var embeddings = await
_floatService
.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);