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