OPENAI_API_KEY
environment variable. You can obtain the OpenAI API key from the OpenAI Platform.
Once you have obtained the key, you can use it like this:
text-embedding-3-small
and text-embedding-3-large
. Embedchain supports both these models. Below you can find YAML config for both:GOOGLE_API_KEY
environment variable. You can obtain the Google API key from the Google Maker Suite
model_name
in the config yaml and it would work out of the box.
NVIDIA_API_KEY
environment variable. Note that the NVIDIA_API_KEY
will start with nvapi-
.
Below is an example of how to use LLM model and embedding model from NVIDIA AI: