3 instantiations of NoVectorRecord
Microsoft.Extensions.VectorData.ConformanceTests (3)
ModelTests\NoVectorModelTests.cs (3)
32NoVectorRecord inserted = new() 62new() 67new()
10 references to NoVectorRecord
Microsoft.Extensions.VectorData.ConformanceTests (10)
ModelTests\NoVectorModelTests.cs (10)
21var expectedRecord = fixture.TestData[0]; 23var received = await Collection.GetAsync(expectedRecord.Key, new() { IncludeVectors = includeVectors }); 32NoVectorRecord inserted = new() 41var received = await Collection.GetAsync(expectedKey, new() { IncludeVectors = true }); 54protected VectorStoreCollection<TKey, NoVectorRecord> Collection => fixture.Collection; 56public abstract class Fixture : VectorStoreCollectionFixture<TKey, NoVectorRecord> 60protected override List<NoVectorRecord> BuildTestData() => 79new VectorStoreKeyProperty(nameof(NoVectorRecord.Key), typeof(TKey)), 80new VectorStoreDataProperty(nameof(NoVectorRecord.Text), typeof(string)) { IsIndexed = true } 107public void AssertEqual(NoVectorRecord? other)