Memory Bank

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
Update Date
6 months ago
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 IdHTTP MethodDescription
1upsert_upsert_postPOSTSave 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.
2query_query_postPOSTAccepts 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.