This n8n workflow creates an intelligent AI chatbot integrated with Google Gemini, capable of conversations, reasoning, and accessing real-time information. It starts with a webhook trigger to receive chat messages, which are then processed by an AI agent configured as a personal assistant. The AI uses a memory buffer to remember recent interactions and can invoke tools such as a reasoning step-by-step thinker, a factual search via SerpAPI, and a calculator for numerical tasks. The combination of these components enables the chatbot to provide accurate, well-reasoned, and up-to-date responses. This workflow is suitable for building sophisticated customer support bots, intelligent assistants, or information retrieval systems that require memory and external data integration.
AI-Powered Chatbot with Memory and External Data Access
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chatTrigger, @n8n/n8n-nodes-langchain.lmChatGoogleGemini, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.toolCalculator, @n8n/n8n-nodes-langchain.toolSerpApi, @n8n/n8n-nodes-langchain.toolThink, stickyNote |
Reviews
There are no reviews yet.