Ask a question to get started
Enter to sendā¢Shift+Enter new line
This function updates an existing document in the store based on the document_id.
update_documents( self, document_id: str, document: Document ) -> None
document_id
str
The id of the document to be updated.
document
Document
The new Document instance with the updated content.