MindOS
Ask or search…
K
Comment on page

Memory

Make your Mind not only a quick thinker, but an attentive listener too. It can retain details from your conversations and neatly organizes them, bringing them up at just the right moments.

Add Structured Memory

  1. 1.
    Click [+ Add Table]. Choose from pre-set templates like 'Personal Journal,' 'Daily Inspiration,' and 'Reading List,' or opt for [Add a raw table] to create a fully customized Memory structure.
  2. 2.
    Name your table, add a description, and define the columns to specify what your Mind should remember: set column names, add descriptions for the Mind to identify them, provide example entries, and specify the data type for each column.
  3. 3.
    Once the Structured Memory Table is saved, your Mind will capture and organize conversation details based on this setup. Click the [💡] icon next to the input box to review stored memories.
Adding Structure Memory Table
Explanation of 'Data Type'
String
Integer
Decimal
Boolean
DateTime
The "String" data type is used to store and manipulate text or alphanumeric characters. It is suitable for fields that require free-form text input, such as names, addresses, or descriptions.
The "Integer" data type is used to store and manipulate whole numbers (positive, negative, or zero) without decimal places. It is suitable for fields that require numerical values for counting, indexing, or performing mathematical operations.
The "Decimal" data type is used to store and manipulate numbers with decimal places. It is suitable for fields that require precise numeric values, such as prices, measurements, or financial data.
The "Boolean" data type is used to store and manipulate binary values that represent true or false, yes or no, or on or off. It is suitable for fields that require logical conditions or toggles, such as checkboxes or switches.
The "DateTime" data type is used to store and manipulate dates and times. It is suitable for fields that require capturing specific points in time or durations, such as event dates, deadlines, or scheduling.

Use Cases

@Wisebuy Assistant

As an official Mind that can be found on the Marketplace, @Wisebuy Assistant's capabilities include querying the price, discounts, features, and other information of any item on Amazon, helping users compare different products and keep track of their shopping wishlists.
The feature of recording users' shopping wishlists is achieved through structured memory. We have built a memory table for @Wisebuy Assistant to capture the products mentioned by users in conversations, including the time of the product being mention, the product's name, url, and its price at the time.
Memory Table of @Wisebuy Assistant
As the result, when users express their desire to purchase specific items in conversations, @Wisebuy Assistant can use the above structure to record these items for future reference.
@Wisebuy Assistant recording items
Item recorded in the memory
Last modified 1d ago