Web-Enhanced AI Chatbot with Contextual Memory - n8n Workflow | Neura Market
Web-Enhanced AI Chatbot with Contextual Memory
This workflow creates an AI chatbot capable of web searches and contextual conversations using OpenAI's GPT-4o model, SerpAPI, and Wikipedia. It maintains conversation context with a memory buffer for enhanced interaction.
This advanced AI chatbot workflow leverages n8n to integrate OpenAI's GPT-4o for natural language processing, SerpAPI for real-time web searches, and Wikipedia for factual information retrieval. The chatbot is designed to handle dynamic conversations by storing the last 20 interactions, ensuring continuity and context. The workflow is manually triggered and orchestrated through n8n nodes, providing seamless integration and operation.
Platform
n8n
Category
AI
Price
Free
Creator
Freya Hansen
stickyNote
agent
chatTrigger
toolSerpApi
lmChatOpenAi
toolWikipedia
memoryBufferWindow
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.