Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.29 KB

File metadata and controls

21 lines (11 loc) · 1.29 KB

Nomic AI

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

Embeddings

Epsilla integrates with Nomic AI with the following embedding models.

NameDimensionsSupport Dimension Reduction
nomicai/nomic-embed-text-v1.5768Yes
nomicai/nomic-embed-text-v1768No

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:

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