18 writes to IndexKind
Microsoft.Extensions.DataIngestion (1)
Writers\VectorStoreWriter.cs (1)
132IndexKind = _options.IndexKind
Microsoft.Extensions.VectorData.ConformanceTests (17)
CollectionManagementTests.cs (1)
110new VectorStoreVectorProperty(nameof(Record.Floats), typeof(ReadOnlyMemory<float>), 10) { IndexKind = fixture.TestStore.DefaultIndexKind }
DistanceFunctionTests.cs (1)
183IndexKind = IndexKind ?? DefaultIndexKind
EmbeddingGenerationTests.cs (3)
117IndexKind = stringVectorFixture.DefaultIndexKind 452IndexKind = DefaultIndexKind 523IndexKind = DefaultIndexKind
FilterTests.cs (1)
593IndexKind = IndexKind
HybridSearchTests.cs (2)
170new VectorStoreVectorProperty("Vector", typeof(ReadOnlyMemory<float>), 4) { IndexKind = IndexKind }, 225new VectorStoreVectorProperty("Vector", typeof(ReadOnlyMemory<float>), 4) { IndexKind = IndexKind },
IndexKindTests.cs (1)
72IndexKind = indexKind,
ModelTests\BasicModelTests.cs (1)
503IndexKind = IndexKind
ModelTests\DynamicModelTests.cs (1)
408IndexKind = IndexKind
ModelTests\MultiVectorModelTests.cs (2)
113IndexKind = IndexKind 119IndexKind = IndexKind
ModelTests\NoDataModelTests.cs (1)
81IndexKind = IndexKind
TypeTests\DataTypeTests.cs (1)
475IndexKind = IndexKind
TypeTests\EmbeddingTypeTests.cs (1)
237IndexKind = DefaultIndexKind
TypeTests\KeyTypeTests.cs (1)
242IndexKind = DefaultIndexKind
4 references to IndexKind
Microsoft.Extensions.VectorData.Abstractions (4)
ProviderServices\CollectionModelBuilder.cs (2)
298if (defVectorProp.IndexKind is not null) 300vectorProperty.IndexKind = defVectorProp.IndexKind;
RecordDefinition\VectorStoreVectorProperty.cs (1)
103IndexKind = IndexKind,
RecordDefinition\VectorStoreVectorProperty{TInput}.cs (1)
37IndexKind = IndexKind,