Need Feedback on Custom Reducer to Summarize Conversations #2898
droideronline
started this conversation in
Show and tell
Replies: 1 comment
-
I am trying a similar approach but I have two concerns:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m newbie to Langchain and experimenting with LangGraph to build an SQL analysis workflow. I’ve come up with a pattern for maintaining conversation context and would love feedback:
The goal is to keep a condensed version of the entire conversation history accessible.
Does this seem efficient? Any better approaches I should consider?
Beta Was this translation helpful? Give feedback.
All reactions