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