1 write to _options
Microsoft.Extensions.DataIngestion (1)
Writers\VectorStoreWriter.cs (1)
44
_options
= options ?? new VectorStoreWriterOptions();
4 references to _options
Microsoft.Extensions.DataIngestion (4)
Writers\VectorStoreWriter.cs (4)
68
_vectorStoreCollection = _vectorStore.GetDynamicCollection(
_options
.CollectionName, GetVectorStoreRecordDefinition(chunk));
131
DistanceFunction =
_options
.DistanceFunction,
132
IndexKind =
_options
.IndexKind
166
if (!
_options
.IncrementalIngestion)