You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to know how memory_limit_number and preference_limit_number parameters control the returned memory results of search_memory function. According to the document, memory_limit_number limits the number of fact memory items returned and preference_limit_number limits the number of preference memory items returned. But I find when setting preference_limit_number=6, the returned results don't contain any preference memory:
The only practice I tried that can produce preference memory is when setting memory_limit_number much bigger than preference_limit_number, such as memory_limit_number=15 and preference_limit_number=6.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want to know how
memory_limit_numberandpreference_limit_numberparameters control the returned memory results of search_memory function. According to the document,memory_limit_numberlimits the number of fact memory items returned andpreference_limit_numberlimits the number of preference memory items returned. But I find when settingpreference_limit_number=6, the returned results don't contain any preference memory:The only practice I tried that can produce preference memory is when setting
memory_limit_numbermuch bigger thanpreference_limit_number, such asmemory_limit_number=15andpreference_limit_number=6.Any help is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions