-
Notifications
You must be signed in to change notification settings - Fork 797
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: add VoyageAI embeddings #3069
Conversation
Voyage AI embeddings
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 @fzowl! PR looks great, just a couple of minor comments.
docs/source/core/embedding.rst
Outdated
print(embedding_encoder.is_unit_vector(), embedding_encoder.num_of_dimensions()) | ||
|
||
``VoyageAIEmbeddingEncoder`` |
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.
Our documentation has moved to https://docs.unstructured.io. We can do a separate PR into https://github.com/Unstructured-IO/docs/ with these updates. cc @cmscmadd @MKhalusova
@fzowl - Could you also add a summary of the PR to the PR description? |
requirements for embed-voyageai.txt regenerated with python 3.9
@MthwRobinson Added a short summary, can you please take a look? |
Summary looks good. Could you remove the |
@MthwRobinson I removed the .rst file and i opened a PR for the docs: Unstructured-IO/docs#43 |
We can merge the docs after this PR is merged. |
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.
LGTM if tests pass!
@fzowl - Looks like there are some merge conflicts to clean up, but otherwise good to go |
@MthwRobinson I resolved the conflicts, but please check the CHANGELOG.md file |
CHANGELOG entry looks good. For those test failures, |
Head branch was pushed to by a user without write access
@MthwRobinson Ok, i run |
One character off. Soooo close!
|
Head branch was pushed to by a user without write access
@MthwRobinson corrected the same |
@MthwRobinson What is the next step here? I mean, i see that the auto-merge is enabled now, but the merging is blocked still and |
@MthwRobinson Thank you very much for all your help! |
Original PR was #3069. Merged in to a feature branch to fix dependency and linting issues. Application code changes from the original PR were already reviewed and approved. ------------ Original PR description: Adding VoyageAI embeddings Voyage AI’s embedding models and rerankers are state-of-the-art in retrieval accuracy. --------- Co-authored-by: fzowl <[email protected]> Co-authored-by: Liuhong99 <[email protected]>
Adding VoyageAI embeddings
Voyage AI’s embedding models and rerankers are state-of-the-art in retrieval accuracy.