-
Notifications
You must be signed in to change notification settings - Fork 22
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
add: Delete to delete a documents from a collection #63
add: Delete to delete a documents from a collection #63
Conversation
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 is the only embedded VectorDB I found for Go.. and it works really well - great work! 🙏
Thank you so much for the kind words! And also for submitting the PR 👍
Thanks for the review @philippgille - I'll update the PR to reflect all params of https://docs.trychroma.com/reference/Collection#delete 👍 |
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.
Thanks for writing such an extensive test covering the different cases! 👍
59cfc55
to
1da54cf
Compare
Rebased on top of main ✔️ |
Thanks again for your contribution! 🙇♂️ |
Hey there!
First off: This is the only embedded VectorDB I found for Go.. and it works really well - great work! 🙏
This PR adds the
Delete
function to delete a single document from a collection, similar to ChromaDB'scollection.Delete()
Upstream reference: https://github.com/chroma-core/chroma/blob/ce5c6b35e7ee7b2786eec6e3f5e7c821fb30d844/chromadb/api/segment.py#L581-L646