1 write to _floatService
Microsoft.Extensions.AI.Integration.Tests (1)
QuantizationEmbeddingGenerator.cs (1)
25_floatService = floatService;
5 references to _floatService
Microsoft.Extensions.AI.Integration.Tests (5)
QuantizationEmbeddingGenerator.cs (5)
28public EmbeddingGeneratorMetadata Metadata => _floatService.Metadata; 30void IDisposable.Dispose() => _floatService.Dispose(); 34_floatService.GetService(serviceType, serviceKey); 39var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false); 72var embeddings = await _floatService.GenerateAsync(values, options, cancellationToken).ConfigureAwait(false);