Pinecone Connection
Connect Pinecone for vector database operations and AI-powered similarity search.
Required Credentials
- API Key
- Environment
- Index Name (optional default)
Setup Steps
- Go to Pinecone Console
- Create an account or sign in
- Create an index or use existing
- Go to API Keys section
- Copy your API key
- Note your environment (e.g.,
us-east-1-aws) - Note your index name
- Add credentials to your Workflow Builder connections
Features
- Upsert vectors
- Query similar vectors
- Delete vectors
- Describe index statistics
Best Practices
- Choose appropriate dimensions for your embeddings
- Use namespaces to organize vectors
- Batch upserts for better performance
- Monitor index usage and costs