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
I am looking for (paid if appropriate) help with a chatflow. I have a functioning chatflow using RAG. I would like to achieve the following and haven't found a way yet:
When the chatflow receives a message
If the message is equal to a specific question (a starter prompt)
2a) the chatflow runs a simple (non-embedding-based) SQL query on my SQL database (Supabase)
2b) else: the chatflow executes the main route (RAG-based chat) - this is already up and running
I tried using the if/else node without success. I also tried ways to call children flows without success. I would be very grateful if you have any ideas or pointers that can help me understand the right approach. I am happy to pay for consultations/in-depth help.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for (paid if appropriate) help with a chatflow. I have a functioning chatflow using RAG. I would like to achieve the following and haven't found a way yet:
2a) the chatflow runs a simple (non-embedding-based) SQL query on my SQL database (Supabase)
2b) else: the chatflow executes the main route (RAG-based chat) - this is already up and running
I tried using the if/else node without success. I also tried ways to call children flows without success. I would be very grateful if you have any ideas or pointers that can help me understand the right approach. I am happy to pay for consultations/in-depth help.
Beta Was this translation helpful? Give feedback.
All reactions