davidmigloz / langchain_dart

Build LLM-powered Dart/Flutter applications.
https://langchaindart.dev
MIT License
377 stars 66 forks source link

Add support for HuggingFaceHub LLMs #19

Open davidmigloz opened 1 year ago

davidmigloz commented 1 year ago

The Hugging Face Hub is a platform with over 120k models, 20k datasets, and 50k demo apps (Spaces), all open source and publicly available, in an online platform where people can easily collaborate and build ML together.

https://python.langchain.com/en/latest/modules/models/llms/integrations/huggingface_hub.html

jtkeyva commented 5 months ago

any update on this?

davidmigloz commented 5 months ago

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.

jtkeyva commented 5 months ago

thanks for the update