Last updated 25 days ago
Let's kick off with a Basic Chatbot that
x
Lets check we have llama3.1 model.
ollama list
If the llama3.2:latest model is in the list.
ollama run llama3.2:latest
Click: 'Add New'
Click on the Save icon > Save as 'Basic Chatbot'.
Click on the plus sign to add a node . search for: Tool Agent
Drag & drop onto the canvas
Repeat for Buffer Window Memory and ChatOllama.
Connect the Buffer Window Memory & ChatOllama to the corresponding Tool Agent Inputs.
Configure the Memory Window Size: 5 - it will buffer the last 5 chats
ChatOllama model: llama3.2:latest & Temperature 0.5
Save.
Finally .. Just click on the Chat icon and ask a question ..
We've created our Chatbot .. now its time to deploy and test ..
Click on the Code block icon. - top right
Copy the Popup Html and click on the following link:
Paste the code just below the closing </body> tag.
Finally ..Click on the Run button and you'll notice a blue Chat bubble.