Voyage AI

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

Embeddings

Epsilla integrates with Voyage AI with the following embedding models:

NameDimensions

voyageai/voyage-large-2

1536

voyageai/voyage-2

1024

voyageai/voyage-code-2

1536

voyageai/voyage-lite-02-instruct

1024

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 voyageai embedding models during vector table schema creation:

Last updated