You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using StreamlitChatMessageHistory in combo with RunnableWithMessageHistory. I want to limit the history included in the context of the conversational chain to the two last interactions in order to reduce the input tokens amount.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked other resources
Commit to Help
Example Code
Description
I am using StreamlitChatMessageHistory in combo with RunnableWithMessageHistory. I want to limit the history included in the context of the conversational chain to the two last interactions in order to reduce the input tokens amount.
System Info
python version == 3.11.0
Beta Was this translation helpful? Give feedback.
All reactions