- Automate document retrieval and processing from Google Drive.
- Enable chat-based interactions with document content using AI.
- Store and retrieve document chunks efficiently with Pinecone.
Trigger the workflow manually to start the process. Set the file URL for the document to be processed. Download the specified file from Google Drive. Split the downloaded file into chunks for easier processing. Insert the chunks into a Pinecone vector store for efficient querying. Receive chat messages and process them to retrieve relevant chunks. Generate responses based on the retrieved chunks and user queries.
- 1Import the workflow template into n8n.
- 2Manually trigger the workflow to begin the setup.
- 3Set the Google Drive file URL in the designated node.
- 4Run the workflow to download and process the file.