text-embedding-ada-002text-embedding-3-smalltext-embedding-3-large
Visit OpenAI Embeddings documentation for more information.
- Python
- TypeScript
This embedding function relies on the To use the OpenAI embedding models on other platforms such as Azure, you can use the
openai python package, which you can install with pip install openai.You can pass in an optional model_name argument, which lets you choose which OpenAI embeddings model to use. By default, Chroma uses text-embedding-ada-002.api_base and api_type parameters: