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)); 131DistanceFunction = _options.DistanceFunction, 132IndexKind = _options.IndexKind 166if (!_options.IncrementalIngestion)