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 ChromaDB?
ChromaDB is an open-source embedding database for building AI applications. It handles embedding, storing, and searching vectors with built-in support for metadata filtering.Setup
Initialize Respan and query ChromaDB
Respan auto-instruments ChromaDB — all collection operations (add, query, update, delete) are captured as spans.
View your trace
Open the Traces page to see ChromaDB operations as spans in your trace tree.
Configuration
ChromaDB is auto-instrumented viaInstruments.CHROMA (Python) or chromaDB (JavaScript). No additional configuration is needed.
See the Python Tracing SDK reference or JavaScript Tracing SDK reference for configuration options.