-
Notifications
You must be signed in to change notification settings - Fork 324
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
Feature/delete points by source #456
Feature/delete points by source #456
Conversation
Looks good, but please update the description here on the issue 😊 |
@zAlweNy26 Done |
Hi all, any chance to see this PR merged? :-) |
Hi @AlboCode @giovannialbero1992 yes will be merged soon (little busy with version 1.1 on branch develop, coming soon ;) |
great to hear that! 😄 |
Also, there should be a test for this (under |
@AlboCode merged your commits into @AlboCode @giovannialbero1992 I made the endpoint more general for other metadata metadata = {
"source": "sample.pdf"
}
client.request("DELETE", "/memory/collections/declarative/points", json=metadata) Also check the tests about the endpoint here This can do for the moment, problems:
Thanks |
Thanks @pieroit |
Description
Add an endpoint to delete points based on source, which potentially can be expanded to filter delete by all the metadata properties.
Type of change
Checklist: