Requirements
- A Meilisearch project
- A Voyage AI account with an API key
Available models
Voyage AI offers the following embedding models:| Model | Dimensions | Use case |
|---|---|---|
voyage-4-large | 256, 512, 1,024, or 2,048 | Best general-purpose and multilingual retrieval quality |
voyage-4 | 256, 512, 1,024, or 2,048 | Balanced general-purpose and multilingual |
voyage-4-lite | 256, 512, 1,024, or 2,048 | Optimized for latency and cost |
voyage-code-3 | 256, 512, 1,024, or 2,048 | Specialized for code retrieval |
voyage-finance-2 | 1,024 | Specialized for finance |
voyage-law-2 | 1,024 | Specialized for legal |
The older
voyage-3.5 and voyage-2 families are still supported but Voyage recommends upgrading to the Series 4 for better performance. See the Voyage AI documentation for the full model catalog.Configure the embedder
Update your index settings with the Voyage AI embedder configuration:<VOYAGE_API_KEY> with your actual Voyage AI API key. Adjust model depending on your quality and cost requirements.
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