Ask a question to get started
Enter to sendā¢Shift+Enter new line
Update multiple documents in the collection.
update_documents( self, ids: list[str], documents: list[Document] ) -> None
ids
list[str]
List of document IDs to update.
documents
list[Document]
List of Document objects corresponding to the given IDs.