You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Eugene Yurtsev 68527b809d
core[patch]: Runnable with message history to use add_messages (#17958)
This PR updates RunnableWithMessageHistory to use add_messages which
will save on round-trips for any chat
history abstractions that implement the optimization. If the
optimization isn't
implemented, add_messages automatically invokes add_message serially.
7 months ago
..
cli infra: make `.gitignore` consistent with standard python gitignore (#16828) 7 months ago
community community[patch]: Release 0.0.24 (#18038) 7 months ago
core core[patch]: Runnable with message history to use add_messages (#17958) 7 months ago
experimental docs, templates: update schema imports to core (#17885) 7 months ago
langchain lanchain[patch]: Release 0.1.9 (#17999) 7 months ago
partners openai[patch]: refactor with_structured_output (#18052) 7 months ago