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