Add a flexible and powerful user-focused search engine to any website or application. It is designed to deliver answers in less than 50 milliseconds, creating a seamless search-as-you-type experience. With smart presets, you can deploy in minutes and start searching through your data with zero initial configuration.
The platform unifies traditional search with AI retrieval, providing a comprehensive solution for modern applications. Its out-of-the-box relevancy is suitable for a wide range of use cases, from e-commerce to enterprise systems.
Key capabilities include:
Built with developers in mind, it offers a self-explanatory API and a wide array of SDKs for popular languages and frameworks like JavaScript, Python, Ruby, and React. As an open-source project, it is backed by a large and active community.
services:
meilisearch:
image: getmeili/meilisearch:latest
container_name: meilisearch
environment:
- MEILI_MASTER_KEY=${MEILI_MASTER_KEY}
- MEILI_ENV=production
- MEILI_NO_ANALYTICS=true
ports:
- "7700:7700"
volumes:
- ./meili_data:/meili_data
restart: unless-stoppedMEILI_MASTER_KEY=your_super_secret_master_key_hereAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago