To use the OpenAI embedding models, you need a API key from OpenAI. You can alternatively use Azure OpenAI to run most of the OpenAI embedding models. Read the Azure OpenAI section to learn more about this. To get started, obtain an API Key from OpenAI. You can do this by visiting their API Portal. Once you obtain a key, set it in an environment variable, like so -Documentation Index
Fetch the complete documentation index at: https://llm-tools.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Install OpenAI addon
Usage
The following embedding models do not require you to pass a dimension parameter -
text-embedding-3-largetext-embedding-3-smalltext-embedding-ada-002

