-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Auto Hashing ID for VectorDB Classes (#4746) #4789
Conversation
* MongoDB ID None allow and pre made embeddings allow * tests for MongoDB change * Add support for generating hashed IDs for documents in vector databases * scaled back approach, removed embedding work, updated tests, single focus PR * Duplicate content search message and error adjustment.
Hi @ekzhu , could you help take a look at the failures? Those failures are not caused by the changes in this PR. |
@thinkall those failures are not caused by this PR, the web surfer tests are failing because the URL it used points to a live page which has been updated... |
@thinkall it's okay to merge |
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.
Apologies approved now
MongoDB ID None allow and pre made embeddings allow
tests for MongoDB change
Add support for generating hashed IDs for documents in vector databases
scaled back approach, removed embedding work, updated tests, single focus PR
Duplicate content search message and error adjustment.
Why are these changes needed?
To run openai tests for PR #4746 . @mattbeardey
Related issue number
Checks