Milvus
Trace Milvus vector database operations with Respan.
Set up Respan
- Sign up — Create an account at platform.respan.ai
- Create an API key — Generate one on the API keys page
- Add credits or a provider key — Add credits on the Credits page or connect your own provider key on the Integrations page
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is Milvus?
Milvus is an open-source vector database built for scalable similarity search. It supports billion-scale vector data, multiple index types (IVF, HNSW, DiskANN), and hybrid search combining vector similarity with scalar filtering.
Setup
View your trace
Open the Traces page to see your Milvus operation spans.
Always call respan.flush() before your process exits. Without it, pending spans may be lost.
What gets traced
- Collection and partition management
- Vector insert and delete operations
- Similarity search with configurable metrics
- Index building and loading
- Query parameters and filter expressions
- Operation latency
Learn more
- OpenTelemetry integration — How Respan processes OTel spans
- Milvus documentation — Official Milvus docs