-
Notifications
You must be signed in to change notification settings - Fork 204
feat: adding delete_by_filter and update_by_filter to PineconeDocumentStore
#2655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adding delete_by_filter and update_by_filter to PineconeDocumentStore
#2655
Conversation
delete_by_filter and update_by_filter` to PineconeDocumentStore
delete_by_filter and update_by_filter` to PineconeDocumentStoredelete_by_filter and update_by_filter to PineconeDocumentStore`
delete_by_filter and update_by_filter to PineconeDocumentStore`delete_by_filter and update_by_filter to PineconeDocumentStore
vblagoje
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this _log_top_k_limit_warning - seems unrelated?
| index=self.index_name, | ||
| ) | ||
|
|
||
| self._log_top_k_limit_warning(deleted_count, "deleted") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems out of place, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will remove this, did as well for other doc stores already.
Related Issues
update_by_filter()anddelete_by_filter()operations toPineConeDocumentStore#2333Proposed Changes:
delete_by_filter()- Delete documents matching filter criteriaupdate_by_filter()- Update metadata of documents matching filter criteriaHow did you test it?
Checklist
fix:,feat:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test:.