Requirements
- A Meilisearch project
- A Jina AI account with an API key
Available models
| Model | Dimensions | Notes |
|---|---|---|
jina-embeddings-v5-text-small | 1024 | Latest generation, balanced quality and speed |
jina-embeddings-v5-text-nano | 768 | Smallest and fastest v5 model |
jina-embeddings-v3 | 1024 | Previous generation, well-tested |
jina-colbert-v2 | 128 | Multi-vector model for fine-grained matching |
Configure the embedder
Standard embedding models
Use this configuration forjina-embeddings-v5-text-small, jina-embeddings-v5-text-nano, or jina-embeddings-v3:
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
<JINA_API_KEY> with your actual Jina API key.
Meilisearch handles batching and rate limiting automatically. Monitor the tasks queue to track indexing progress.
Test the search
Next steps
- Document template best practices to optimize which fields are embedded
- Custom hybrid ranking to tune the balance between keyword and semantic results
- Embedder settings reference for all configuration options