langchain/docs/extras/modules
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
..
agents Fix intermediate steps example in docs : replaced json.dumps with Langchain's dumps() (#10593) 2023-09-27 11:00:29 -07:00
callbacks docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
chains Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
data_connection Fixing some spelling mistakes (#10881) 2023-09-27 10:56:51 -07:00
memory Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
model_io improve notebook (#10804) 2023-09-19 16:51:39 -07:00
paul_graham_essay.txt codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
state_of_the_union.txt