jina-ai / langchain-serve

⚡ Langchain apps in production using Jina & FastAPI
https://cloud.jina.ai
Apache License 2.0
1.6k stars 138 forks source link

[Feature Request] HuggingFace Agents as a service #82

Open danny-avila opened 1 year ago

danny-avila commented 1 year ago

https://huggingface.co/docs/transformers/transformers_agents

deepankarm commented 1 year ago

@danny-avila do you want to use transformers agents with the model hosted via huggingface inference endpoint, or are looking for langchain-serve to host the model in addition to the agent?

danny-avila commented 1 year ago

The former. HF Agents has a unique way of chaining that I think would be awesome to have the option to serve. Also I’ve tested langchain with HF inference models and seems there’s a lack of support for a lot of it

deepankarm commented 1 year ago

We'll look into implementing this next week @danny-avila

danny-avila commented 1 year ago

Amazing, thanks for the quick reply and great work with this project!