1 instantiation of Customer
Microsoft.Extensions.VectorData.ConformanceTests (1)
EmbeddingGenerationTests.cs (1)
128
var result = await collection.SearchAsync(new
Customer
(), top: 1).SingleAsync();
4 references to Customer
Microsoft.Extensions.VectorData.ConformanceTests (4)
EmbeddingGenerationTests.cs (4)
114
? new VectorStoreVectorProperty<
Customer
>(nameof(Record.Embedding), dimensions: 3)
371
public
Customer
? Embedding { get; set; }
611
private sealed class FakeCustomerEmbeddingGenerator(float[] embedding) : IEmbeddingGenerator<
Customer
, Embedding<float>>
613
public Task<GeneratedEmbeddings<Embedding<float>>> GenerateAsync(IEnumerable<
Customer
> values, EmbeddingGenerationOptions? options = null, CancellationToken cancellationToken = default)