Weaviate
Trace Weaviate 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 Weaviate?
Weaviate is an open-source AI-native vector database that stores both objects and vectors. It supports semantic search, hybrid search (combining BM25 and vector), generative search, and automatic vectorization with built-in ML model integrations.
Setup
View your trace
Open the Traces page to see your Weaviate operation spans.
Always call respan.flush() before your process exits. Without it, pending spans may be lost.
What gets traced
- Collection schema management
- Object creation and batch imports
- Near-vector and near-text searches
- Hybrid and generative search queries
- Cross-reference operations
- Operation latency
Learn more
- OpenTelemetry integration — How Respan processes OTel spans
- Weaviate documentation — Official Weaviate docs