3 instantiations of SearchRecord
Microsoft.Extensions.VectorData.ConformanceTests (3)
DistanceFunctionTests.cs (3)
76new() 82new() 88new()
8 references to SearchRecord
Microsoft.Extensions.VectorData.ConformanceTests (8)
DistanceFunctionTests.cs (8)
74List<SearchRecord> insertedRecords = 95SearchRecord[] expectedRecords = 122protected virtual async Task TestScoreThreshold(VectorStoreCollection<TKey, SearchRecord> collection) 172public virtual VectorStoreCollection<TKey, SearchRecord> CreateCollection(string distanceFunction) 178new VectorStoreKeyProperty(nameof(SearchRecord.Key), typeof(TKey)), 179new VectorStoreDataProperty(nameof(SearchRecord.Int), typeof(int)), 180new VectorStoreVectorProperty(nameof(SearchRecord.Vector), typeof(ReadOnlyMemory<float>), dimensions: 4) 188return TestStore.CreateCollection<TKey, SearchRecord>(CollectionName, definition);