▲ | almosthere 4 days ago | ||||||||||||||||
ChatGPT memory seems weird to me. It knows the company I work at and pretty much our entire stack - but when I go to view it's stored memories none of that is written anywhere. | |||||||||||||||||
▲ | vexna 4 days ago | parent | next [-] | ||||||||||||||||
ChatGPT has 2 types of memory: The “explicit” memory you tell it to remember (sometimes triggers when it thinks you say something important) and the global/project level automated memory that are stored as embeddings. The explicit memory is what you see in the memory section of the UI and is pretty much injected directly into the system prompt. The global embeddings memory is accessed via runtime vector search. Sadly I wish I could disable the embeddings memory and keep the explicit. The lossy nature of embeddings make it hallucinate a bit too much for my liking and GPT-5 seems to have just made it worse. | |||||||||||||||||
| |||||||||||||||||
▲ | FergusArgyll 2 days ago | parent | prev | next [-] | ||||||||||||||||
Paste this into chatgpt (with memory turned on):
| |||||||||||||||||
▲ | sunaookami 4 days ago | parent | prev [-] | ||||||||||||||||
Did you maybe talk about this in another chat? ChatGPT also uses past chats as memory. |