We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I propose to add the gradient-ts/js client of gradient.ai as a LLM and Embedding, similar to the Python implementation in https://python.langchain.com/docs/integrations/providers/gradient .
LLM
Embedding
Gradient.ai offers fine-tuning and inference of models without paying for the server costs.
I fine-tuned a model with a specific RAG template based on llama2 on gradient.ai, now i want to use it from Langchain, also in ts/js.
The text was updated successfully, but these errors were encountered:
Our team has just submitted a PR to add the LLM integration for Gradient AI inference :)
Sorry, something went wrong.
Last couple PRs were made this morning which should wrap up this issue.
ie adapter and embedding support
Successfully merging a pull request may close this issue.
Feature request
I propose to add the gradient-ts/js client of gradient.ai as a
LLM
andEmbedding
, similar to the Python implementation in https://python.langchain.com/docs/integrations/providers/gradient .Motivation
Gradient.ai offers fine-tuning and inference of models without paying for the server costs.
I fine-tuned a model with a specific RAG template based on llama2 on gradient.ai, now i want to use it from Langchain, also in ts/js.
The text was updated successfully, but these errors were encountered: