Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.28 KB

voyage-ai.md

File metadata and controls

26 lines (18 loc) · 1.28 KB

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:

Name Dimensions
voyageai/voyage-3-large 1024
voyageai/voyage-3 1024
voyageai/voyage-3-lite 512
voyageai/voyage-code-3 1024
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: