Does the Tools Agent support Ollama? The docs don’t list it as supported. I know Ollama added Tools support and I see you can add an Ollama Chat Model to a Tools Agent and it doesn’t error, but it’s not working reliably for me. I get random and weird results.
I have it working but the model needs to support tools. The Lama3.2 supports them. I have tested it working with an http api call and a function that returns the current date and time.
At the moment I cant seem to get the model to send the tool any info. I have a post open for it but no answer so far.
I seem to have the same issue. I‘m using Ollama chat model to interact with a Qdrant DB however it seems the chat model doesn‘t pass on the users question to the Qdrant DB to search in the vector store for answers. It then returns weird answers and doesn‘t answer at all to the users questions from chat
Same issue here, tried with local n8n setup connected to local ollama running llama 3.2 model. The model does not use the tool as instructed in the system prompt.
I’ve given up on using n8n with Ollama. It’s clear they don’t really want to spend anytime on it. I’ve had much more luck using other Agent Frameworks. My favorite right now is PydanticAI. I miss the easy Low Code of n8n, but really its not that big of a jump to go to a python framework.
Same problem and applied same solution like you…Tried with different Ollama models running n8n 1.82.1 locally, but it fails…According some video in YT, it worked in the past !!!..Hope n8n team work on this…