mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Feature Request: ConversationBufferWindowMemory
#14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @theinhumaneme on GitHub (May 14, 2024).
It would be great if we have this implementation to reduce the API costs while passing the Conversation to the LLM while passing only the relevant history.
@35sui-com commented on GitHub (May 27, 2024):
Greate!
@theinhumaneme commented on GitHub (Oct 28, 2024):
will this feature be worked upon? as sending the entire chat history which could possibly be a a few hundred messages be a very expensive undertaking