-
-
Notifications
You must be signed in to change notification settings - Fork 79
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 support for HuggingFaceHub LLMs #19
Comments
any update on this? |
No progress yet, unfortunately. It should be pretty straightforward to integrate. There's already a Dart client (huggingface_dart), so it's just about implementing the LangChain.dart wrappers around it. Happy to help if anyone wants to give it a try. |
thanks for the update |
hii! can i work on this task using huggingface_client: pkg i try (huggingface_dart) it is missing some api like audio and vision apis |
@huzaifansari54 that would be great |
Hey @huzaifansari54, That would be great 🙂 You can add the implementation to the langchain_huggingface package. You can check how other integrations are implemented (eg. ChatAnthropic), it should be pretty similar. Let me know if you have any questions or issues! |
Can suggest me docs of python or javascript of hugging face lang chain implementation it would be great 👍 |
Let's start with the LLM integration (the Hugging Face Inference Endpoint): In LangChain python, the wrapper is called In LangChain JS, the wrapper is called Which name do you prefer? I would say To start the implementation:
You can check other integrations to have a reference. |
thanks |
hugging face llm is done but there is an issue in hugging_face_client pkg i resolved the issue and sent a pull request ASAP this |
Great progress, thanks for the update! |
https://python.langchain.com/en/latest/modules/models/llms/integrations/huggingface_hub.html
The text was updated successfully, but these errors were encountered: