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 Pinecone?
Pinecone is a managed vector database for building search and retrieval systems. It handles indexing, storage, and similarity search at scale.Setup
Initialize Respan and query Pinecone
Respan auto-instruments Pinecone — upsert, query, and delete operations are captured as spans.
View your trace
Open the Traces page to see Pinecone operations as spans in your trace tree.
Configuration
Pinecone is auto-instrumented viaInstruments.PINECONE (Python) or pinecone (JavaScript). No additional configuration is needed.
See the Python Tracing SDK reference or JavaScript Tracing SDK reference for configuration options.