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