Ask a question to get started
Enter to sendā¢Shift+Enter new line
Add a list of documents to the vectorstore.
add_documents( self, documents: List[Document], **kwargs: Any = {} ) -> List[str]
documents
List[Document]
List of documents to add to the vectorstore.
kwargs
Any
{}
vectorstore specific parameters such as "file_path" for processing directly with vlite.