Hello, first time using n8n and trying to make a simple chatbot using Ollama model llama3.2:3B and using Qdrant Vector Store to store word documents containing FAQ’s.
I’m testing things using postman so that the chat can be called in a mobile app with custom UI. Most of the time the output is as expected, but sometimes i get these weird outputs probably intended for Qdrant, e.g
This also happens inside the web UI so it’s not a postman specific issue.
No errors, just returning a json that doesn’t answer the question. Anyone have any idea what’s causing this?
Last node Output:
Information on your n8n setup
- n8n version: Version 1.100.1
- Database: PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker Compose
- Operating system: Windows 11 (using WSL)
Bonus question, why is Ollama taking a long time to respond up to a minute or more even for simple queries. Is it because of hardware issues? I am using this in my work laptop