langchain-ai / streamlit-agent

Reference implementations of several LangChain agents as Streamlit apps
Apache License 2.0
1.21k stars 608 forks source link

LangChain: Chat with search is not working #44

Closed truecaptions closed 7 months ago

truecaptions commented 8 months ago

image

I have several times, but its not working!

tjaensch commented 8 months ago

Same thing... this app stopped working a while ago. Some problem with duckduckgo search.

sfc-gh-jcarroll commented 7 months ago

Thanks for reporting, I'll take a look when I have a bit of time :)

hcy1251 commented 7 months ago

I think MRKL is not working as well, it might be the same issue as Chat with search.

sfc-gh-jcarroll commented 7 months ago

I just updated everything to langchain 0.1 and cleaned up the various imports and calls to conform to the latest APIs. Everything is running now for me locally and restarted the hosted versions. Didn't fix the deprecation warnings on everything but addressed a lot of them. LMK if you still see issues with a clean install.