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
-
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:
![Screenshot 2024-01-25 at 5 17 55 PM](https://private-user-images.githubusercontent.com/5422554/299889374-d2c6740d-8c4e-42b4-8b9b-e5990d79d906.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTQzMDMsIm5iZiI6MTczOTYxNDAwMywicGF0aCI6Ii81NDIyNTU0LzI5OTg4OTM3NC1kMmM2NzQwZC04YzRlLTQyYjQtOGI5Yi1lNTk5MGQ3OWQ5MDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTAwNjQzWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTBjMzUyMTA2ZDdmMjExYjkwMTc3NTEwOGI3NTliMTMyYjYxN2IwNzlmYTljNjQ3OTdiOWU3ZmQ2NjJlOTY0NyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wuDsdGjo581ettCXIEC8cW6a1R2Vxg3pm-WM-iirrrA)
...feels like overkill.
Beta Was this translation helpful? Give feedback.
All reactions