Document Updates
update_document_by_filename_metadata
Update a document’s metadata using filename to identify the document
update_document_by_filename_metadata
Update a document’s metadata using filename to identify the document.
Parameters
filename
(str): Filename of the document to updatemetadata
(Dict[str, Any]): Metadata to updatenew_filename
(str, optional): Optional new filename to assign to the document
Returns
Document
: Updated document metadata