1. Create an assistant
Create an assistant in the Pinecone console:- Name your assistant
n8n-assistant.
2. Install the Pinecone Assistant node
In your n8n account, install the Pinecone Assistant node using the nodes panel:
Restart your n8n workspace if the Pinecone Assistant node doesn’t appear in the nodes panel.
3. Create a new workflow
Copy this workflow template URL:4. Add credentials
Authenticate with Pinecone
- Use the Connect to Pinecone button in the node to connect to a new or existing Pinecone account:


- If you self-host n8n, add your Pinecone API key directly.
5. Execute the workflow
By default, the workflow downloads recent Pinecone release notes and uploads them to your assistant. Click Execute workflow to start uploading documents.4. Chat with your docs
Once the documents are uploaded, you can chat with your assistant. In the n8n workflow, use the Chat input node to ask questions like:Next steps
- Customize the workflow for your own use case:
- Change the urls in the Set file urls node to use your own files.
- Customize the system message on the AI Agent node to indicate what kind of knowledge is stored in Pinecone Assistant.
- To help manage token consumption, add the Top K and/or Snippet Size parameters to the Get context from Assistant node.
- Filter the context snippets even further by adding metadata filters to the Get context from Assistant node.
- Use n8n, Pinecone Assistant, and OpenAI to chat with your Google Drive documents.
- Learn more about Pinecone Assistant.
- Get help in the Pinecone Discord community.