Ask a question to get started
Enter to sendā¢Shift+Enter new line
Insert documents into the instance.. Args: texts: The text segments to be inserted into the vector storage, should not be empty. metadatas: Metadata information. Returns: id_list: List of document IDs.
add_texts( self, texts: Iterable[str], metadatas: Optional[List[dict]] = None, **kwargs: Any = {} ) -> List[str]