Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.39 KB

openai.md

File metadata and controls

21 lines (11 loc) · 1.39 KB

OpenAI

On Epsilla Cloud, you can enable OpenAI integration by providing your OpenAI API key (we securely manage your keys using AWS KMS):

Embeddings

Epsilla integrates with OpenAI with the following embedding models:

NameDimensionsSupport Dimension Reduction
openai/text-embedding-3-large3072Yes
openai/text-embedding-3-small1536Yes
openai/text-embedding-ada-0021536No

For Epsilla open source vector db, you just need to add a header in the data ingestion and semantic search queries like this.

Then you can start using the openai embedding model during vector table schema creation:

For models that support dimension reduction, you can optionally provide a dimensions parameter to reduce the embedding response size: