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/langchain/memory
Aratako df8702fead
Small fix: Remove unused variable `summary_message_role` (#1789)
After the changes in #1783, `summary_message_role` is no longer used in
`ConversationSummaryBufferMemory`, so this PR removes it.
1 year ago
..
__init__.py Harrison/token buffer memory (#1786) 1 year ago
buffer.py Harrison/official method (#1728) 1 year ago
buffer_window.py Harrison/official method (#1728) 1 year ago
chat_memory.py Harrison/memory refactor (#1478) 1 year ago
combined.py Harrison/memory refactor (#1478) 1 year ago
entity.py Harrison/official method (#1728) 1 year ago
kg.py Harrison/summary message rol (#1783) 1 year ago
prompt.py Harrison/memory refactor (#1478) 1 year ago
readonly.py Add read only shared memory (#1491) 1 year ago
simple.py Harrison/memory refactor (#1478) 1 year ago
summary.py Harrison/summary message rol (#1783) 1 year ago
summary_buffer.py Small fix: Remove unused variable `summary_message_role` (#1789) 1 year ago
token_buffer.py Harrison/token buffer memory (#1786) 1 year ago
utils.py Harrison/official method (#1728) 1 year ago