#31 · Primary category: Vector Databases
nucliadb
NucliaDB, The AI Search database for RAG
Project last updated:08/28/26
GitHub Stars
721
Forks
58
Contributors
33
License
AGPL-3.0
Why we included this project
NucliaDB is a self-hosted search database aimed at the storage and retrieval side of RAG pipelines over unstructured content. It combines vector, full-text, and graph indexes in one system, so semantic similarity lookups and plain keyword queries hit the same corpus without you maintaining separate stores. The Rust and Python codebase targets large datasets and multi-tenant deployments, and it keeps original files, extracted text, and vector embeddings together in one place. It can also export indexed data in formats that feed directly into common NLP training pipelines, which is handy when you want to reuse content beyond search. If you're building a search backend that needs to grow with a real RAG application rather than a demo, this is worth a look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI