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
When running the examples most of them seem to throw an error. It seems like the Chat Input is not being parsed correctly. Looking at the example Ingest Url chain it looks to have an issue passing the Chat Input to the Web Loader. I was able to fix it by using a JSON Transform but in the example videos that it seems to work without them. I built with the latest code on the master branch.
With the JSON Transform it works
Is there something else that needs to be set so that the web loader properly reads the chat input?
The text was updated successfully, but these errors were encountered:
The chat input always sends user_input. The expected values for the chain can be edited but the chat doesn't map to it automatically. Manually mapping the input within the chain is required for now.
A good improvement would be to make the transform automatic, configured from the Chat Input node's input config.
When running the examples most of them seem to throw an error. It seems like the Chat Input is not being parsed correctly. Looking at the example Ingest Url chain it looks to have an issue passing the Chat Input to the Web Loader. I was able to fix it by using a JSON Transform but in the example videos that it seems to work without them. I built with the latest code on the master branch.
With the JSON Transform it works
Is there something else that needs to be set so that the web loader properly reads the chat input?
The text was updated successfully, but these errors were encountered: