You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
After an FL (if/else) statement, I want to route the output into a Conversational QA Retrieval Chain for vector store queries and follow-ups. Right now, Flowise doesn’t allow direct connection.
Expected:
FL output should connect to a Conversational Retrieval Chain.
The chain should handle follow-up questions if the user misses required info.
Actual
Direct linking isn’t supported.
Using Tool Agent as a workaround gives poor accuracy.
Question
For this kind of flow (where user input may be missing and needs multiple turns), should I build it in Chatflow or Agentflow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Issue
After an FL (if/else) statement, I want to route the output into a Conversational QA Retrieval Chain for vector store queries and follow-ups. Right now, Flowise doesn’t allow direct connection.
Expected:
Actual
Question
For this kind of flow (where user input may be missing and needs multiple turns), should I build it in Chatflow or Agentflow?
Beta Was this translation helpful? Give feedback.
All reactions