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