1 write to _options
Microsoft.Extensions.DataIngestion (1)
Writers\VectorStoreWriter.cs (1)
45
_options
= options ?? new VectorStoreWriterOptions();
4 references to _options
Microsoft.Extensions.DataIngestion (4)
Writers\VectorStoreWriter.cs (4)
75
_vectorStoreCollection = _vectorStore.GetDynamicCollection(
_options
.CollectionName, GetVectorStoreRecordDefinition(chunk));
138
DistanceFunction =
_options
.DistanceFunction,
139
IndexKind =
_options
.IndexKind
173
if (!
_options
.IncrementalIngestion)