🚀 Meilisearch is a superfast search engine for developers built in Rust. Our latest release introduces AI-powered semantic and hybrid search, blending full-text, semantic, and vector DB capabilities for smarter, faster results.
Hey ProductHunt! I’m Quentin, one of the founders of the open-source search engine Meilisearch. Our goal is to make it easy for developers to ship good search UX, so I’m excited to launch Meilisearch AI today with the builders community here.
Meilisearch started when I was working in ecommerce and felt like the search options were either heavyweight like Elasticsearch or paid solutions with opaque pricing. We thought there was room for something transparent and dev-friendly that just works for most search use cases out of the box. Meilisearch AI is another step in this direction.
Our key features are:
🔎 Full-text search with simple, expressive ranking rules
🧠 AI-powered hybrid, semantic, and multi-modal search
⚡️ Sub 50ms latency, optimized for end user search
We’re excited to stabilize AI-powered search to allow developers to integrate fast and relevant search, retrieval-augmented generation, and recommendations in their apps. Building upon a year of open-source beta, our managed offer comes with the scalability, security, and monitoring you need to stay focused on building, not managing infrastructure.
For the occasion, we’re offering 2 months of free Meilisearch Cloud subscription. Use the ✨ "MeiliAI" ✨ coupon to get started.
@strijdhagen Yes, it's in our plans! We are just about to release the Composite Embedder, which will be a good first step on this path. What are the pain points you want to solve in your case? Mostly, we see pricing or performance pain points that will be addressed, but anything different would be interesting to dive deeper into.
@quentin_dq@carolina_ferreira2@maya_shin2@gmourier I’ve always admired Meilisearch for bringing developer-first simplicity to full-text search, and it’s great to see you now tackling AI-powered semantic and hybrid search with the same ethos.
Also, love that you’re keeping latency under 50ms 🔥 — speed + semantic relevance is still a rare combo in this space.
Excited to try it out — and that MeiliAI coupon is a nice bonus for devs who want to explore! 🚀
@carolina_ferreira2@maya_shin2@gmourier@kui_jason You will love what is coming next; we will be able to run on the same index, the same model on a local CPU for search and on a GPU for indexing. Best of both worlds, it will make Meilisearch the fastest and most scalable hybrid search 🔥
@kay_arkain That means a lot, thank you! I am the product designer responsible for the UI/UX, so it’s really great to hear you like it. 😊 We’re always looking to improve, especially when it comes to AI-specific flows, so if you (or anyone reading this) have any thoughts, we’d love to hear them, via Discord or directly the feedback button in the app.
Good luck with the launch. How does Meilisearch's hybrid search functionality effectively combine full-text and vector search methodologies to enhance result relevance?
@faizanjan_ Thanks for the kind words! Great question.
When you perform a hybrid search in Meilisearch, we run two parallel searches: one using our full-text search engine, and the other using vector-based semantic search.
• The full-text search uses Meilisearch’s custom ranking rules to assign a highly precise score to each document based on how well it matches the query terms — better than standard BM25.
• The semantic search uses a KNN (nearest neighbor) search on embeddings to score documents based on how close their meaning is to the query.
What makes Meilisearch stand out is how we combine these two scores into a single, unified ranking. Instead of relying on simple techniques like Fusion Ranking, we apply a smart blending of both relevance signals to ensure the results are not only lexically accurate but also semantically meaningful.
This leads to much more relevant results than using just BM25, just vectors, or even most other hybrid approaches.
@kerollmops might have even more technical detail to add, but that’s the high-level view!
Meilisearch sounds like a great solution for developers looking for fast and simple search integration! How flexible are the ranking rules, and can they be adjusted easily as the app evolves?
Yes — the ranking rules in Meilisearch are very flexible. You can reorder them, remove the ones you don’t need, or even define custom rules based on your use case — all directly from the Cloud UI.
We also make it easy to experiment: you can test new configurations on a separate index and only apply them to production once you’re confident. Everything is non-destructive, so it’s easy to roll back if needed.
For hybrid search, it’s super simple: you just adjust a ratio to control the balance between semantic and full-text scoring. That gives you fine-grained control over how AI influences the results.
Replies
Meilisearch
Hey ProductHunt! I’m Quentin, one of the founders of the open-source search engine Meilisearch. Our goal is to make it easy for developers to ship good search UX, so I’m excited to launch Meilisearch AI today with the builders community here.
Meilisearch started when I was working in ecommerce and felt like the search options were either heavyweight like Elasticsearch or paid solutions with opaque pricing. We thought there was room for something transparent and dev-friendly that just works for most search use cases out of the box. Meilisearch AI is another step in this direction.
Our key features are:
🔎 Full-text search with simple, expressive ranking rules
🧠 AI-powered hybrid, semantic, and multi-modal search
⚡️ Sub 50ms latency, optimized for end user search
We’re excited to stabilize AI-powered search to allow developers to integrate fast and relevant search, retrieval-augmented generation, and recommendations in their apps. Building upon a year of open-source beta, our managed offer comes with the scalability, security, and monitoring you need to stay focused on building, not managing infrastructure.
For the occasion, we’re offering 2 months of free Meilisearch Cloud subscription. Use the ✨ "MeiliAI" ✨ coupon to get started.
We can’t wait to hear your thoughts!
For more details on our launch, check out: https://meilisearch.com/launch-week
Happy building 🚀
EV.jobs
Congrats on the Launch Quentin!
Any plans for a "plug and play" AI search in the future. As in, all embedding etc integrated in the product, no need for a 3rd party?
Meilisearch
@strijdhagen Yes, it's in our plans! We are just about to release the Composite Embedder, which will be a good first step on this path. What are the pain points you want to solve in your case? Mostly, we see pricing or performance pain points that will be addressed, but anything different would be interesting to dive deeper into.
EV.jobs
@quentin_dq Mostly lazyness, having everything in one please is awesome :)
HabitGo
@quentin_dq @carolina_ferreira2 @maya_shin2 @gmourier
I’ve always admired Meilisearch for bringing developer-first simplicity to full-text search, and it’s great to see you now tackling AI-powered semantic and hybrid search with the same ethos.
Also, love that you’re keeping latency under 50ms 🔥 — speed + semantic relevance is still a rare combo in this space.
Excited to try it out — and that MeiliAI coupon is a nice bonus for devs who want to explore! 🚀
Meilisearch
@carolina_ferreira2 @maya_shin2 @gmourier @kui_jason You will love what is coming next; we will be able to run on the same index, the same model on a local CPU for search and on a GPU for indexing. Best of both worlds, it will make Meilisearch the fastest and most scalable hybrid search 🔥
Meilisearch
Excited to see the hybrid search API stabilized 🔥
Meilisearch
@strift The full team is so excited by this launch 🚀
Meilisearch
It’s been an exciting journey, and I’m thrilled to see it go GA. Can’t wait to see what you build with it!
Newslettee
NON AI Comment - Congrats to launch! It looks really good. Definitely trying it for some of my projects :)
Meilisearch
@dobroslav_dev Thanks for the support! Let's try it; it takes only a few hours to have it running :)
Can’t wait to see how fast this works! And by the way, your UI looks awesome — I really like it. Congrats on the launch !🎉
Meilisearch
@kay_arkain That means a lot, thank you! I am the product designer responsible for the UI/UX, so it’s really great to hear you like it. 😊 We’re always looking to improve, especially when it comes to AI-specific flows, so if you (or anyone reading this) have any thoughts, we’d love to hear them, via Discord or directly the feedback button in the app.
Equip AI Interview
Good luck with the launch.
How does Meilisearch's hybrid search functionality effectively combine full-text and vector search methodologies to enhance result relevance?
Meilisearch
@faizanjan_ Thanks for the kind words! Great question.
When you perform a hybrid search in Meilisearch, we run two parallel searches: one using our full-text search engine, and the other using vector-based semantic search.
• The full-text search uses Meilisearch’s custom ranking rules to assign a highly precise score to each document based on how well it matches the query terms — better than standard BM25.
• The semantic search uses a KNN (nearest neighbor) search on embeddings to score documents based on how close their meaning is to the query.
What makes Meilisearch stand out is how we combine these two scores into a single, unified ranking. Instead of relying on simple techniques like Fusion Ranking, we apply a smart blending of both relevance signals to ensure the results are not only lexically accurate but also semantically meaningful.
This leads to much more relevant results than using just BM25, just vectors, or even most other hybrid approaches.
@kerollmops might have even more technical detail to add, but that’s the high-level view!
Seedsummit
Super exciting! Congrats to the team for launching Meilisearch AI.
Meilisearch
@siahouchangnia Thanks 🤩
Fable Wizard
Meilisearch sounds like a great solution for developers looking for fast and simple search integration! How flexible are the ranking rules, and can they be adjusted easily as the app evolves?
Meilisearch
Thanks @jonurbonas!
Yes — the ranking rules in Meilisearch are very flexible. You can reorder them, remove the ones you don’t need, or even define custom rules based on your use case — all directly from the Cloud UI.
We also make it easy to experiment: you can test new configurations on a separate index and only apply them to production once you’re confident. Everything is non-destructive, so it’s easy to roll back if needed.
For hybrid search, it’s super simple: you just adjust a ratio to control the balance between semantic and full-text scoring. That gives you fine-grained control over how AI influences the results.