Milvus's official cookbook: from molecule search to Graph RAG
A curated collection of notebooks and demos for every vector-database use case the Milvus team could think of.

What it does This is the official bootcamp repo for Milvus, the open-source vector database. It bundles Jupyter notebooks, quick-start guides, and deployable demos covering RAG, semantic image search, hybrid search, recommendation systems, and even molecular/drug-discovery search. Think of it as the project’s attempt to answer “okay, but what do I actually build?” for every common embedding-heavy workflow.
The interesting bit The breadth is the point. Most vector DB repos hand you a “hello world” and call it a day; this one chases you through LangChain, LlamaIndex, HDBSCAN clustering, and multimodal search with the same underlying engine. The README also quietly nudges toward Zilliz’s managed Milvus cloud offering, so it’s documentation with a business model attached.
Key highlights
- Covers RAG, image search, movie recommendations, drug discovery, and graph RAG in one repo
- Integrates with LangChain and LlamaIndex as vector-store backends
- Includes hybrid search examples (dense + sparse embeddings, multi-vector)
- Provides vector visualization and HDBSCAN clustering quickstarts
- All tutorials link out to milvus.io docs; repo itself is primarily pointers and notebooks
Caveats
- The README is heavy on marketing language (“seamless integration,” “accelerate your journey”) and light on technical depth
- Most content lives on external doc pages; the repo is more index than implementation
- No visible versioning or maintenance status for individual notebooks
Verdict Grab this if you’re evaluating Milvus and need to see working patterns across domains before committing. Skip it if you already know vector search cold and want deep, self-contained reference implementations rather than tutorial scaffolding.