Ask a question to get started
Enter to sendā¢Shift+Enter new line
Update/Insert documents to the vectorstore.
upsert( self, ids: Optional[List[str]] = None, documents: List[Document] | None = None, **kwargs: Any = {} ) -> List[str] | None
ids
Optional[List[str]]
None
IDs to update - Let's call get_pks to get ids with expression
documents
List[Document]
Documents to add to the vectorstore.