Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples Not Working #445

Open
jakebonk opened this issue Feb 14, 2024 · 1 comment
Open

Examples Not Working #445

jakebonk opened this issue Feb 14, 2024 · 1 comment

Comments

@jakebonk
Copy link

jakebonk commented Feb 14, 2024

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.
image
image

With the JSON Transform it works
image

Is there something else that needs to be set so that the web loader properly reads the chat input?

@kreneskyp
Copy link
Owner

I think the fix you made is the right one.

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.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants