“The most widely adopted framework for chaining LLM calls, tools, and retrieval into real applications - a near-default starting point for RAG and agent projects.”
A production-grade vector database with genuinely fast filtered search - the upgrade path once a prototype RAG app needs to handle real traffic and complex queries.
Where qdrant fits, based on its real tags and topics.
git clone https://github.com/qdrant/qdrant.gitSee the repository's README for language-specific setup steps.
Vector Search Engine for the next generation of AI applications
**Qdrant** (read: _quadrant_) is a vector similarity search engine and vector database. It provides a production-ready service with a convenient API to store, search, and manage points—vectors with an additional payload. Qdrant is tailored for extended filtering support, making it useful for all sorts of neural-network or semantic-based matching, faceted search, and other applications.
Qdrant is written in Rust 🦀, which makes it fast and reliable even under high load. See benchmarks.
Category: 🛢️ Databases
Difficulty: Intermediate
Part of: Database Essentials
Show HN: LongTerMemory Study tool with no subscription built with QDrant and RAG
Jul 21, 2026
The AI context gap: Enterprise AI organizations have a trust problem, not a retrieval problem — and most are still building the fix
Jul 23, 2026
Meilisearch vs. Manticore: Setting the Record Straight
Jul 24, 2026
“The most widely adopted framework for chaining LLM calls, tools, and retrieval into real applications - a near-default starting point for RAG and agent projects.”
“The default choice for production React today - server components, file-based routing, and first-class deployment story make it the fastest path from idea to shipped app.”
“Utility-first CSS that's become the default styling approach for new projects - fast to write, easy to keep consistent, no dead CSS to prune later.”
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
“A fast, all-in-one vulnerability scanner - containers, filesystems, git repos, and Terraform/IaC misconfigurations all covered by one CLI tool.”
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
“A genuinely open-source Firebase alternative - real Postgres underneath, with auth, storage, and realtime built in rather than a proprietary database.”
“The most capable open-source relational database available - strong standards compliance, extensions for nearly everything (including full-text search and vectors), and a default choice for good reason.”
“A schema-first ORM with genuinely excellent TypeScript autocompletion and a smooth migration story - the most approachable ORM for a Node/TS backend today.”
“A lighter, more SQL-like alternative to Prisma - less abstraction, less runtime overhead, and queries that read close to the SQL they generate.”
“The standard in-memory data store - caching is the obvious use case, but its data structures (lists, sets, sorted sets, streams) cover far more than that.”
“Brings analytical SQL performance to local development without requiring a separate database server.”
“The industry-standard container orchestrator - not always necessary at small scale, but the default assumption for any serious cloud-native platform team.”
“Unifies dozens of LLM providers behind a single API, making model switching almost effortless in production.”
“The standard library for working with open-weight models - thousands of pretrained models are one line of code away.”
“The modern default frontend build tool - native ESM in dev means a dev server that starts and reloads almost instantly, even on large apps.”
“The open-source engine behind Docker - understanding containers here pays off no matter which orchestrator sits on top later.”
“The standard tool for infrastructure-as-code across every major cloud provider - one declarative language instead of provider-specific consoles or scripts.”