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