Back
gh Jan 27, 2025

Enhancement: Memories. · Issue #5494 · danny-avila/LibreChat · GitHub

What features would you like to see added? Something akin to ChatGPT memories, or how OpenWebUI handles memories/knowledge might work? https://docs.openwebui.com/features/workspace/knowledge/ Knowledge is a section in Open WebUI where yo...

by AIndoria github.com 221 words
View original

### What features would you like to see added? Something akin to ChatGPT memories, or how OpenWebUI handles memories/knowledge might work? https://docs.openwebui.com/features/workspace/knowledge/ >Knowledge is a section in Open WebUI where you can store structured information that the system can refer to during your interactions. >It’s like a memory system for Open WebUI that allows it to pull from saved data, making responses more personalized and contextually aware. >You can use Knowledge directly in your chats with Open WebUI to access the stored data whenever you need it. I am unsure how this would functionally work however. Would it call a say, DB query based on user input and/or would the system “surmise” what keywords to search for in the database based on the user input? Or is it just added as a “system prompt” (which again, tends not to work very well if it is long). ### More details Currently, “memories” can somewhat be emulated with Custom System Instructions in parameters for each model and template. This is pretty clunky however, not to mention I have to mix both instructions for the model and what it should remember about me in the same textbox. ### Which components are impacted by your request? General ### Pictures ![Image](https://github.com/user-attachments/assets/c6662264-df9b-4d99-a5d5-de66795aa0fb) ### Code of Conduct - [x] I agree to follow this project’s Code of Conduct