Gradient
allows to create Embeddings
as well fine tune and get completions on LLMs with a simple web API.
This notebook goes over how to use LangChain with Embeddings of Gradient.
Imports
Set the Environment API Key
Make sure to get your API key from Gradient AI. You are given $10 in free credits to test and fine-tune different models.GRADIENT_ACCESS_TOKEN
and GRADIENT_WORKSPACE_ID
to get currently deployed models. Using the gradientai
Python package.