4 references to Flat
Microsoft.Extensions.VectorData.Abstractions (2)
RecordDefinition\IndexKind.cs (2)
33public const string Flat = nameof(Flat); 58/// Specifies a dynamic index that switches automatically from <see cref="Flat"/> to <see cref="Hnsw"/> indexes.
Microsoft.Extensions.VectorData.ConformanceTests (2)
IndexKindTests.cs (1)
15=> Test(IndexKind.Flat);
Support\TestStore.cs (1)
30public virtual string DefaultIndexKind => IndexKind.Flat;