Requirements
- A Meilisearch project
- A Cloudflare account with access to Workers AI
- Your Cloudflare account ID and API key
Available models
Configure the embedder
Update your index settings with the Cloudflare Workers AI embedder configuration:<CLOUDFLARE_API_KEY> with your Cloudflare API key and <ACCOUNT_ID> with your Cloudflare account ID. The model name is part of the URL path. Adjust dimensions to match the model you choose.
Send this configuration to Meilisearch:
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