Enable If/Else to connect to Conversational QA for complex RAG setups #1614
themeaningofmeaning
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
Have you tried connecting agent actions to different vector DBs and then implementing the if/else logic into the prompt? An explanation of your use case might help improve people's ability to help. I agree though that would be a sweet feature and allow for more agents to be used in conjunction with if/else RAG logic reliably. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@themeaningofmeaning can you export and share your workflow. It should be in Flowise Marketplace :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if the If/Else Function could connect directly to the conversational QA chain. I built out a RAG via prompt chaining (the if/else essentially determines intent before directing the conversation in the appropriate direction. A direct If/Else connection to a conversational QA chain would eliminate six elements + 3 chains from something like this:

...feels like overkill.
Beta Was this translation helpful? Give feedback.
All reactions