Set up 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
Use AI
Add the Docs MCP to your AI coding tool to get help building with Respan. No API key needed.
What is Qdrant?
Qdrant is an open-source vector similarity search engine with filtering support, designed for production-ready AI applications.Setup
Initialize Respan and query Qdrant
Respan auto-instruments Qdrant — search, upsert, and delete operations are captured as spans.
View your trace
Open the Traces page to see Qdrant operations as spans in your trace tree.
Configuration
Qdrant is auto-instrumented viaInstruments.QDRANT (Python) or qdrant (JavaScript). No additional configuration is needed.
See the Python Tracing SDK reference or JavaScript Tracing SDK reference for configuration options.