Automated Document Ingestion and Q&A Workflow

somdn_product_page

This n8n workflow automates the process of ingesting documents, indexing them in a vector database, and enabling advanced question-answering. It begins by monitoring Google Drive for new files, processes the content through text splitting, embedding, and storage in Qdrant. When a question is asked, it retrieves relevant information from the vector store, processes it with a language model, and provides accurate, context-aware answers. This setup is ideal for creating intelligent document-based chatbots, knowledge bases, or content management systems that require dynamic information retrieval and QA capabilities.

Node Count

>20 Nodes

Nodes Used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chainRetrievalQa, @n8n/n8n-nodes-langchain.documentDefaultDataLoader, @n8n/n8n-nodes-langchain.embeddingsCohere, @n8n/n8n-nodes-langchain.informationExtractor, @n8n/n8n-nodes-langchain.lmChatDeepSeek, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.outputParserStructured, @n8n/n8n-nodes-langchain.retrieverVectorStore, @n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter, @n8n/n8n-nodes-langchain.vectorStoreQdrant, code, googleDrive, googleDriveTrigger, httpRequest, splitOut, stickyNote

Reviews

There are no reviews yet.

Be the first to review “Automated Document Ingestion and Q&A Workflow”

Your email address will not be published. Required fields are marked *