Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ОпубликоватьВойти
catalog / Data & ETL / Meilisearch
⇄ConnectorData & ETLFree

Meilisearch

Lightning-fast open-source search engine with typo-tolerance, semantic hybrid search, and sub-50ms response times.

@ai-supply
Установки720k
Рейтинг★ 4.9
Отзывы240
↗ Исходный репозиторий

Meilisearch

Meilisearch is a developer-first search engine written in Rust, delivering sub-50ms full-text search responses with typo-tolerance, faceting, filtering, and geosearch out of the box. Its Community Edition is fully open source under MIT. It also supports hybrid (keyword + vector) search, making it a natural fit for RAG and semantic retrieval pipelines.

Key Features

  • Instant search — returns results in under 50ms on datasets with millions of documents
  • Typo tolerance — handles misspellings, partial matches, and word-order variations natively
  • Hybrid search — combine BM25 keyword and vector similarity scores in a single query
  • Faceted filtering — structured filters on any attribute with zero extra configuration
  • Multi-tenant — built-in API key scoping and index-level access control
  • Simple REST API — index documents, run searches, and manage synonyms via a clean HTTP API
  • AI embeddings — built-in support for OpenAI, HuggingFace, Ollama, and REST embedder endpoints

Quick Start

curl -L https://install.meilisearch.com | sh
./meilisearch --master-key="masterKey"
from meilisearch import Client
client = Client('http://localhost:7700', 'masterKey')
index = client.index('movies')
index.add_documents([{"id": 1, "title": "2001: A Space Odyssey"}])
results = index.search('spac odyssy')  # typo-tolerant
print(results['hits'])

Install via ai-supply

npx ai-supply add meilisearch-ai-search-engine

Curated mirror of the open-source Meilisearch (MIT). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

Маркетплейс возможностей ИИ. Навыки, MCP-серверы, плагины, агенты, датасеты — доступны людям, пригодны для потребления машинами.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Маркетплейс
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
  • Распределение дохода
Аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность