Q: Integration with Pinecone assistant
Hello, I'm building an app that uses Pinecone. The Pinecone DB will have a number of PDF's that the Pinecone assistant will help parse and respond to queries from. 
1) Can Release0 integrate with PineCone / Pinecone assistant?
2) Do the number of sources in Pinecone matter?
Thanks.
Steve
release0
Oct 30, 2025A: Hello Steve,
Thank you for your message and for considering Release0 for your project, it sounds like an exciting setup!
We currently don’t have a native integration with Pinecone or the Pinecone Assistant, so we can’t connect directly at this time. However, if Pinecone offers a public API, you can integrate it using the HTTP Request block in Release0. Here’s the documentation for that block:
👉 https://docs.release0.com/editor/blocks/integrations/http-request
If your goal is to connect to databases or structured data sources, Release0 also has native integrations for:
	•	Supabase → https://docs.release0.com/editor/blocks/integrations/supabase
	•	NocoDB → https://docs.release0.com/editor/blocks/integrations/nocodb
	•	Google Sheets → https://docs.release0.com/editor/blocks/integrations/google-sheets
These options cover most use cases for managing and querying structured data in chat-based workflows.
Best regards,
Release0 Team