tryAGI / tryAGI/LangChain.Providers
Providers: HuggingFace
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 23
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm new to Langchain and LLM.
I've recently deployed an LLM model using the Hugging Face text-generation-inference library on my local machine.
I've successfully accessed the model using Python by following the instructions provided at https://python.langchain.com/docs/integrations/llms/huggingface_textgen_inference.
However, I would prefer to use WPF with C#. I'm delighted to discover that there is support for Langchain with .NET.
Is there a way for me to access Hugging Face text-generation-inference in Langchain using C# as well?
Since I've deployed the model on a local server machine and I want to access the model from another client machine via an intranet connection, I'm open to alternative solutions aside from using text-generation-inference in C# on the client machine.
Any advice would be greatly appreciated.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the LangChain.NET provider abstractions and the linked Hugging Face text-generation-inference integration. Clarify whether the goal is client-side C# support or access to the locally deployed server over the intranet, then define completion as a documented, working approach for that chosen scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, huggingface
- Domain
- ai, api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100