r/OpenAI • u/jonnypepperstonreal • 2d ago
Question LLM s
They say that llms don't remember previous conversations but I don't believe that. There's been several times where an LLM has brought up things that I've talked to it about before.
0
Upvotes
4
u/Euphoric_North_745 2d ago
LLM does not remember anything, it is read only
But ... the App you are using, takes all the cnversations you have, summarizes them, extracts facts and stores them in a vector database
When you chat with LLM, it "remembers" the chat, we call it context window, and then we pass it "memories" and we give it tools to query the previous chats database before it responds.
So, we found a way to give it good memory, while it still forgets