Ask a question to get started
Enter to sendā¢Shift+Enter new line
add_documents( self, documents: list[Document], **kwargs: Any = {} )
documents
list[Document]
**kwargs
Any
{}
Add or update documents in the VectorStore.
VectorStore
Documents to add to the VectorStore.
Additional keyword arguments.
If kwargs contains IDs and documents contain ids, the IDs in the kwargs will receive precedence.