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)
28public EmbeddingGeneratorMetadata Metadata => _floatService.Metadata; 30void IDisposable.Dispose() => _floatService.Dispose(); 35_floatService.GetService<TService>(key); 40var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);