3 references to DefaultIndexKind
Microsoft.Extensions.VectorData.ConformanceTests (3)
CollectionManagementTests.cs (1)
110
new VectorStoreVectorProperty(nameof(Record.Floats), typeof(ReadOnlyMemory<float>), 10) { IndexKind = fixture.TestStore.
DefaultIndexKind
}
Support\VectorStoreCollectionFixtureBase.cs (1)
33
protected virtual string IndexKind => TestStore.
DefaultIndexKind
;
Support\VectorStoreFixture.cs (1)
17
public virtual string DefaultIndexKind => TestStore.
DefaultIndexKind
;