Non-deterministic add command #1647
slobodaapl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I'm absolutely pleased by this amazing open-source memory for AI agents,
but one significant thing that stood out to me was the fun fact in the docs
that you can delete memories using the
add()
method by specifying a naturallanguage command such as
"Delete all my food preferences"
for a given user.This raises some questions as it seems the nature of the
add()
command itselfrelies on AI, which is cool in a way but at the same time raises some concerns.
Consider that right now a valid approach for short-term rapid access memory
would be Redis or alternatives. If I or others were to be comfortable moving
to use
mem0ai
I feel there would be a need to include a deterministic explicitadd()
command that has no chance for misbehaving or that could have hiddenbehavior or unexpected side-effects.
What is everyone's opinion on this?
Beta Was this translation helpful? Give feedback.
All reactions