workflows.fit
Back to n8n workflows
n8n templateFreeBy Mohan Gopal

Document Q&A system with OpenAI GPT, Pinecone Vector DB & Google Drive integration

This workflow contains community nodes that are only compatible with the self-hosted version of n8n. πŸ€– AI-Powered Document QA System using Webhook, Pinecone + OpenAI + n8n This project demonstrates how to build a Ret...

Data & StorageAILangchainDevelopmentCore NodesUtilityManual TriggerGoogle Drive
Loading interactive preview...

Template notes

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

πŸ€– AI-Powered Document QA System using Webhook, Pinecone + OpenAI + n8n

This project demonstrates how to build a Retrieval-Augmented Generation (RAG) system using n8n, and create a simple Question Answer system using Webhook to connect with User Interface (created using Lovable):

🧾 Downloads the pdf file format documents from Google Drive (contract document, user manual, HR policy document etc...)

πŸ“š Converts them into vector embeddings using OpenAI

πŸ” Stores and searches them in Pinecone Vector DB

πŸ’¬ Allows natural language querying of contracts using AI Agents

πŸ“‚ Flow 1: Document Loading & RAG Setup This flow automates: