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