langchain/docs
Jeremy Naccache c59a5bae48
Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593)
The intermediate steps example in docs has an example on how to retrieve
and display the intermediate steps.
But the intermediate steps object is of type AgentAction which cannot be
passed to json.dumps (it raises an error).
I replaced it with Langchain's dumps function (from langchain.load.dump
import dumps) which is the preferred way to do so.
2023-09-27 11:00:29 -07:00
..
_scripts llm feat table revision (#10947) 2023-09-22 10:29:12 -07:00
api_reference add model feat table (#10921) 2023-09-22 01:10:27 -07:00
docs_skeleton 📖 docs: fixed integrations/document loaders toc (#9281) 2023-09-26 09:47:37 -07:00
extras Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 2023-09-27 11:00:29 -07:00
snippets JSONLoader Documentation Fix (#10505) 2023-09-21 11:37:40 -07:00
.local_build.sh Update local script for docs build (#8377) 2023-07-27 13:13:59 -07:00
vercel_requirements.txt Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00