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
This only happened after I added ConversationWindowBuffer to the flow. The "context" is coming from a text file loader and I believe that is also where the "handle_keys" is coming from.
This flow works fine in LangFlow so clearly I am doing something wrong with the UI config.
The text was updated successfully, but these errors were encountered:
I should probably also include a clip from my Prompt Template. You can see here I am putting the context variable into the template. context should be loaded from the TextLoader.
I am getting this message from the chat window.
I tried specifying the values in chat_inputs string but this seems to have made no difference.
chat_inputs='{"query":"","context":"","handle_keys":""}'
This only happened after I added ConversationWindowBuffer to the flow. The "context" is coming from a text file loader and I believe that is also where the "handle_keys" is coming from.
This flow works fine in LangFlow so clearly I am doing something wrong with the UI config.
The text was updated successfully, but these errors were encountered: