Favicon of MeiliSearch

MeiliSearch

Create ultra-relevant, instant search experiences. This open-source platform offers AI-powered hybrid search, easy deployment, and extensive developer tools.

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:

  • AI-Powered Hybrid Search: Combine the strengths of keyword and semantic search for superior accuracy.
  • Advanced Filtering & Faceting: Build complex search interfaces with powerful tools for filtering, faceting, and sorting results.
  • Multi-Modal & Federated Search: Expand search to include images, video, and audio, and search across multiple data sources at once.
  • Geosearch: Deliver location-specific results by filtering and sorting based on geographic data.

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.

Directory Structure

meilisearch
meili_data
.env
docker-compose.yml

docker-compose.yml

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-stopped

.env

MEILI_MASTER_KEY=your_super_secret_master_key_here

Share:

Ad
Favicon

 

  
 

Similar to MeiliSearch

Favicon

 

  
  
Favicon

 

  
  
Favicon