{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidt2mw2c3flzpib3soinkolow42cnhmxhq5xcy2ifi475uzs6ompq",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3mh5karzultj2"
},
"path": "/t/how-do-i-enable-or-disable-memory-in-api/703964#post_15",
"publishedAt": "2026-03-16T02:43:42.000Z",
"site": "https://community.openai.com",
"tags": [
"github.com",
"GitHub - colinulin/mind-palace: Drop-in memory storage for LLM enabled projects..."
],
"textContent": "Definitely doesn’t seem like they’re planning to add memory to the API anytime soon. I recently built a drop in memory storage and retrieval package for NodeJS projects if anyone here might find that useful! It uses GPT natively, stores memories in a vector store, and automatically handles all of the querying and memory extraction for you. All you have to do is call a recall() method when you want to fetch memories and a remember() method when you want to extract and store memories from a conversation.\n\ngithub.com\n\n### GitHub - colinulin/mind-palace: Drop-in memory storage for LLM enabled projects...\n\nDrop-in memory storage for LLM enabled projects that scales and solves the context size problem.",
"title": "How do I enable or disable memory in API?"
}