Ask a question to get started
Enter to sendā¢Shift+Enter new line
The vectorstore upweights the score of a document for a specific query. This is useful for fine-tuning the vectorstore to user behavior.
upvote( self, query: str, document_id: Union[int, str], ) -> None
query
str
text to associate with document_id
document_id
Union[int, str]
id of the document to associate query with.