This n8n workflow creates an intelligent, AI-powered document chatbot capable of handling multiple file formats and providing contextual responses. It integrates with various AI services, including OpenAI and Google Gemini, to interpret and analyze uploaded files, then uses memory buffers to maintain conversational context. Users can submit questions or upload documents through a webhook, prompting the workflow to process files, generate embeddings, and retrieve relevant information for accurate answers. This setup is ideal for creating interactive bots that assist with document inquiries, automate document analysis, or enhance customer support with AI-driven insights.
AI Document Assistant with Multi-Format Support
Node Count | >20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chatTrigger, @n8n/n8n-nodes-langchain.documentDefaultDataLoader, @n8n/n8n-nodes-langchain.embeddingsGoogleGemini, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.textSplitterRecursiveCharacterTextSplitter, @n8n/n8n-nodes-langchain.vectorStoreInMemory, aggregate, code, convertToFile, extractFromFile, formTrigger, splitInBatches, splitOut, switch |
Reviews
There are no reviews yet.