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)
28void IDisposable.Dispose() => _floatService.Dispose(); 32_floatService.GetService(serviceType, serviceKey); 37var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false); 70var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);