-
Notifications
You must be signed in to change notification settings - Fork 16k
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
community: support UAE sentence embeddings #15134
Conversation
SeanLee97
commented
Dec 25, 2023
- Description: support loading the current SOTA sentence embeddings WhereIsAI/UAE in langchain.
- Dependencies: angle_emb
- Twitter handle: @xmlee97
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@hwchase17 Could you help review this PR? thanks! |
needs to be merged with master |
hi @hwchase17 , I've solved the conflicts. |
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! thanks
When can this branch be merged? |
@SeanLee97 - lint is failing and I do not have permissions to push to this branch plz either fix lint or give me permissions to push to this branch and I can do that |
hi @hwchase17 , I've granted you the permission. Could you help to push it? many thanks |
Hi, is there any update on this? |
@@ -11,7 +11,7 @@ | |||
""" | |||
|
|||
|
|||
import logging | |||
import logging # NOQA |
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.
delete comment
Any updates? |
seems to have some lint issues, run cd libs/community
make format
make lint to see if that fixes them |
wow old one! At this time, we're not recommending custom subclasses of Huggingface implementations for specific models because they're generic. Additionally the integration is managed in https://github.com/langchain-ai/langchain-huggingface instead of here! The |