Skip to main content
Jina AI provides a range of embedding models with strong multilingual support and competitive pricing. This guide shows you how to configure Meilisearch with Jina embeddings using the REST embedder.

Requirements

  • A Meilisearch project
  • A Jina AI account with an API key

Available models

For new projects, jina-embeddings-v4 is the recommended choice with its multimodal support and flexible dimensions. If you only need text embeddings, the v5-text models offer a lighter alternative. See the Jina models page for details.

Configure the embedder

Standard embedding models

Use this configuration for jina-embeddings-v5-text-small, jina-embeddings-v5-text-nano, or jina-embeddings-v3:
Adjust model and dimensions to match the model you choose (1024 for v5-text-small and v3, 768 for v5-text-nano).

ColBERT multi-vector model

jina-colbert-v2 uses a different API endpoint and response format:

Send the configuration

Replace <JINA_API_KEY> with your actual Jina API key. Meilisearch handles batching and rate limiting automatically. Monitor the tasks queue to track indexing progress.

Next steps