> For the complete documentation index, see [llms.txt](https://epsilla-inc.gitbook.io/epsilladb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epsilla-inc.gitbook.io/epsilladb/epsilla-vector-database/integrations/jina-ai.md).

# Jina AI

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

<figure><img src="/files/3JP2bcCQ7JghFf0ht6IL" alt=""><figcaption></figcaption></figure>

## Embeddings

Epsilla integrates with Jina AI with the following embedding models.

| Name                                    | Dimensions |
| --------------------------------------- | ---------- |
| **jinaai/jina-embeddings-v2-base-en**   | 768        |
| **jinaai/jina-embeddings-v2-base-de**   | 768        |
| **jinaai/jina-embeddings-v2-base-es**   | 768        |
| **jinaai/jina-embeddings-v2-base-zh**   | 768        |
| **jinaai/jina-embeddings-v2-base-code** | 768        |
| **jinaai/jina-embeddings-v2-small-en**  | 512        |

For Epsilla open source vector db, you just need to add a header in the data ingestion and semantic search queries [like this](/epsilladb/epsilla-vector-database/advanced-topics/embeddings.md#jina-ai-embedding).

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

<figure><img src="/files/JEVFkKNmglMr5yj9wfK6" alt=""><figcaption></figcaption></figure>
