langchain/libs
Alex Lee 243ba71b28
langchain[patch]: add aprep_output method to langchain/chains/base.py (#20748)
## Description

Add `aprep_output` method to `langchain/chains/base.py`. Some downstream
`ChatMessageHistory` objects that use async connections require an async
way to append to the context.

It turned out that `ainvoke()` was calling `prep_output` which is
synchronous.

---------

Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-04-24 22:16:25 +00:00
..
cli templates: readme langsmith not private beta (#20173) 2024-04-12 13:08:10 -07:00
community community[patch]: add hybrid search to singlestoredb vectorstore (#20793) 2024-04-24 21:34:50 +00:00
core support messages in messages out (#20862) 2024-04-24 14:58:58 -07:00
experimental experimental[minor]: upgrade the prompt injection model (#20783) 2024-04-23 10:23:39 -04:00
langchain langchain[patch]: add aprep_output method to langchain/chains/base.py (#20748) 2024-04-24 22:16:25 +00:00
partners groq[patch]: groq proxy support (#20758) 2024-04-24 21:58:03 +00:00
standard-tests standard-tests: split tool calling test (#20803) 2024-04-23 20:59:45 +00:00
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 2024-04-13 22:42:51 +00:00