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)
29void IDisposable.Dispose() => _floatService.Dispose(); 33_floatService.GetService(serviceType, serviceKey); 38var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false); 71var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);