issues
search
vintasoftware
/
django-ai-assistant
Integrate AI Assistants with Django to build intelligent applications
https://vintasoftware.github.io/django-ai-assistant/
MIT License
253
stars
13
forks
source link
Automatic trim / summarization of long conversations
#160
Open
fjsj
opened
2 months ago
fjsj
commented
2 months ago
To avoid errors due to token limit.
See:
https://langchain-ai.github.io/langgraph/how-tos/memory/manage-conversation-history/
https://python.langchain.com/docs/how_to/trim_messages/
https://langchain-ai.github.io/langgraph/concepts/memory/?ref=blog.langchain.dev#summarizing-past-conversations
To avoid errors due to token limit.
See: