3 instantiations of SearchRecord
Microsoft.Extensions.VectorData.ConformanceTests (3)
IndexKindTests.cs (3)
25
new
()
31
new
()
37
new
()
6 references to SearchRecord
Microsoft.Extensions.VectorData.ConformanceTests (6)
IndexKindTests.cs (6)
23
SearchRecord
[] records =
62
public virtual VectorStoreCollection<TKey,
SearchRecord
> CreateCollection(string indexKind)
68
new VectorStoreKeyProperty(nameof(
SearchRecord
.Key), typeof(TKey)),
69
new VectorStoreDataProperty(nameof(
SearchRecord
.Int), typeof(int)),
70
new VectorStoreVectorProperty(nameof(
SearchRecord
.Vector), typeof(ReadOnlyMemory<float>), dimensions: 3)
78
return TestStore.CreateCollection<TKey,
SearchRecord
>(CollectionName, definition);