Improved memory docs In order to keep up with all these changes to memory, we also revamped the memory docs slightly to be more organized https://
langchain.readthedocs.io/en/latest/exam
ples/memory.html
… As always, let us know if you have feedback!
AI Dynamics
-
LangChain Improves Memory Documentation Organization
By
–
-
Improved Agent Output Parsing for LLM Integration
By
–
Better parsing of agent output For some agents, the parsing of LLM output to agent action was pretty brittle A few people called this out, but s/o in particular to brandon69 on discord This should be improved, and can now handle things like multi line return values!
-
LangChain 0.0.24: Logging Improvements and Advanced AI Models
By
–
LangChain version 0.0.24 Add chain name for better logging (@Hansenq)
Bump default @OpenAI model to `text-davinci-003` (!!!) (@shyamalanadkat)
PaL (Program-aided Language Models) Chain (!!!) with help from @aman_madaan et co. https://github.com/hwchase17/langchain
…