
Memory Bank
Extend AI memory. Ask it to store and retrieve your information to get personalized assistance tailored to your needs.
- Name For Model
- memorybank
- Website
- plugin.memorybank.app
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 23 days ago
- Contact
- [email protected]
- Description For Model
- Use for storing, updating, and retrieving user's information or documents (such as files, emails, and more) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information, or asks you to save information for later.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | upsert_upsert_post | POST | Save chat information. Accepts an array of documents with text (potential questions + conversation text), metadata (source 'chat' and timestamp, no ID as this will be generated). Confirm with the user before saving, ask for more details/context. |
2 | query_query_post | POST | Accepts search query objects array each with query and optional filter. Break down complex questions into sub-questions. Refine results by criteria, e.g. time / source, don't do this often. Split queries if ResponseTooLargeError occurs. |