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...
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: