I used the tutorials from https://www.youtube.com/watch?v=mQt1hOjBH9o&t=845s to create our company’s own RAG customer service bot.
But there are a few conditions:
- Sometimes it will output the answer directly after reading the memory (without reading the database at all).
- Sometimes ai agent will show up: Provider returned error
3.sometimes line request will appear: JSON parameter needs to be valid JSON
How to solve this problem? Or which node should be adjusted?