Young Lee

Results 4 issues of Young Lee

Hello all, I've been encountering an issue while trying to install the dependencies using ```poetry install -E all``` command. I am currently working on the latest commit (a9310a3e) in my...

https://github.com/hwchase17/langchain/blob/894c272a562471aadc1eb48e4a2992923533dea0/langchain/memory/summary_buffer.py#L57-L70 The ```ConversationSummaryBufferMemory``` class in ```langchain/memory/summary_buffer.py``` currently prunes chat_memory's messages using the ```List.pop()``` method (line 66). This approach works as expected for the in-memory implementation ```ChatMessageHistory```, where messages are stored...

…essage histories This commit addresses the issue where the pruning logic in ConversationSummaryBufferMemory did not work as expected with persistent message histories like FileChatMessageHistory. Changes made: 1. Added set_messages() to...

# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/joybro/obsidian-similar-notes ## Release Checklist - [x] I have tested the plugin on - [ ]...

Changes requested
plugin
Additional review required