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)); 138DistanceFunction = _options.DistanceFunction, 139IndexKind = _options.IndexKind 173if (!_options.IncrementalIngestion)