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