Ask a question to get started
Enter to sendā¢Shift+Enter new line
Update the documents which have the specified ids.
update( self, ids: List[str], texts: Iterable[str], metadatas: Optional[List[dict]] = None, **kwargs: Any = {} ) -> List[str]
Returns: the ids of the updated documents.
ids
List[str]
The id list of the updating embedding vector.
texts
Iterable[str]
The texts of the updating documents.
metadatas
Optional[List[dict]]
None
The metadatas of the updating documents.