4 references to IndexKind
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\VectorPropertyModel.cs (1)
52/// <seealso cref="Microsoft.Extensions.VectorData.IndexKind"/>
RecordDefinition\VectorStoreVectorProperty.cs (1)
81/// <seealso cref="Microsoft.Extensions.VectorData.IndexKind"/>
Microsoft.Extensions.VectorData.ConformanceTests (2)
IndexKindTests.cs (1)
15=> Test(IndexKind.Flat);
Support\TestStore.cs (1)
30public virtual string DefaultIndexKind => IndexKind.Flat;