N8N Integration failes in streaming mode #86
-
|
Hello everybody. Thanks for developing these great integrations. In n8n pipeline function I recive this error: "(Empty response received from N8N)" IDK why, but the problem is also in summary, tags, and follow-up question generators. (They all don't work well in streaming mode) I'm using the actual pipeline with no moderation, and the n8n workflow example provided in the pipeline's description with no moderation. I have removed the authentication section for testing purposes. I use the latest version of this pipeline (v2.2.0) Thanks a lot for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @amirali-lll Currently, N8N isn't sending any tool usage data in streaming mode, so it can't be displayed (see here). Regarding the other issue with tags and follow-ups, etc., see here. Tip In short, use the non-streaming version of the pipeline to generate tags and follow-ups, and also use it if you want to display tool usage. I hope this helps. 😊 |
Beta Was this translation helpful? Give feedback.
Hi @amirali-lll
Currently, N8N isn't sending any tool usage data in streaming mode, so it can't be displayed (see here).
Regarding the other issue with tags and follow-ups, etc., see here.
Tip
In short, use the non-streaming version of the pipeline to generate tags and follow-ups, and also use it if you want to display tool usage.
I hope this helps. 😊