krishnaik06 / Updated-Langchain

GNU General Public License v3.0
136 stars 154 forks source link

ValueError: This output parser only works on ChatGeneration output #4

Open 96sudeshnasen opened 3 months ago

96sudeshnasen commented 3 months ago

I keep running into this error. The only changes in my code compared to Krish's is that I have used this article: https://education.nationalgeographic.org/resource/global-warming/ for the retrieval tool.

I get the error when I'm querying. I've tried adding parsing error handling:

AgentExecutor(agent=agent, tools=tools, verbose=True, handle_parsing_errors=True)

I still get the same error.

Kishor978 commented 3 months ago

I am also getting the same issue. Have you found any solution?