Conditional routing does not work #7760
Unanswered
EistenGaming
asked this question in
Questions
Replies: 1 comment
-
Discord thread: https://discord.com/channels/993534733298450452/993534734091157668/1245481478297751593 @EistenGaming did you manage to solve your issue? As far as I get from the above thread, the documents from previous interactions were getting added to the prompt so the LLM was not giving you accurate answers. Is this correct? |
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.
-
Hi all
I'm creating my own assistant using openai and haystack.
Here's the goal with haystack:
The router seems to correctly trigger the "no_answer" event, but no web search happens.
I am sure it is something trivial, but I just don't see it...
The output I get for a query for the current weather in NY is as follows:
Here's the code:
Beta Was this translation helpful? Give feedback.
All reactions