1 instantiation of Customer
Microsoft.Extensions.VectorData.ConformanceTests (1)
EmbeddingGenerationTests.cs (1)
128var 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) 371public Customer? Embedding { get; set; } 611private sealed class FakeCustomerEmbeddingGenerator(float[] embedding) : IEmbeddingGenerator<Customer, Embedding<float>> 613public Task<GeneratedEmbeddings<Embedding<float>>> GenerateAsync(IEnumerable<Customer> values, EmbeddingGenerationOptions? options = null, CancellationToken cancellationToken = default)