Ask a question to get started
Enter to sendā¢Shift+Enter new line
Inserts files / document sources into the vectorstore.
insert( self, sources: list[Union[str, ndb.Document]], train: bool = True, fast_mode: bool = True, **kwargs: Any = {} ) -> list[str]
train
bool
True
When True this means that the underlying model in the
fast_mode
Much faster insertion with a slight drop in performance.