langflow
langflow copied to clipboard
0.63 release seems broken, can't give input to agent/tools
Describe the bug Some agents and tools are missing inputs i.e. can't connect any input to them
Browser and Version Chrome
To Reproduce Steps to reproduce the behavior:
- Both locally and the GCP deployment exhibit this problem for me
- Drag and drop zero shot agent or any of the ones in the screenshot (I did not thoroughly check all components on the left pane, but probably more are broken too)
- See there is no input connection available for those boxes at all
Screenshots
yeah and lots of errors in terminal
Yeah, the same:(
I have the same issue running 0.0.63 on huggingface. But I did also notice this same issue on the default langflow template on huggingface, which seems to be on version 0.0.43...
Please, let me know if these are still a problem.
@ogabrielluiz The other issue shows up now, the one with langchain.base_language due to 0.154 langchain version. Can't start the app
@ATL64 Could you check if you have version 0.0.65? It worked here.
I uninstalled langchain and langflow and reinstalled and now the issue with the nodes as in the screenshot is resolved (simply doing pip upgrade was giving me troubles now for some reason). However, the chat doesn't work, and I'm getting other stuff in terminal like "WARNING: Invalid HTTP request received.". Don't have time to do the bug report now, but if nobody does I will open new issue tomorrow. This one we can close I think. Thanks :)
Thanks, @ATL64. I'll test it some more here.