Ask a question to get started
Enter to sendā¢Shift+Enter new line
Run more texts through the embeddings and add to the retriever.
add_texts( self, texts: Iterable[str], refresh_indices: bool = True ) -> List[str]
texts
Iterable[str]
Iterable of strings to add to the retriever.
refresh_indices
bool
True
bool to refresh ElasticSearch indices