1 instantiation of RecordWithString
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\EmbeddingTypeTests.cs (1)
153
var record2 = new
RecordWithString
3 references to RecordWithString
Microsoft.Extensions.VectorData.ConformanceTests (3)
TypeTests\EmbeddingTypeTests.cs (3)
145
var collection2 = fixture.CreateCollection<TKey,
RecordWithString
>(fixture.CollectionName, fixture.CreateRecordDefinition<string>(embeddingGenerator, distanceFunction, dimensions));
153
var
record2 = new RecordWithString
164
var
result3 = await collection2.GetAsync(key);