For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mistral AI

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

Embeddings

Epsilla integrates with Nomic AI with the following embedding models.

Name
Dimensions

mistralai/mistral-embed

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 nomicai embedding model during vector table schema creation:

Last updated