-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Mem0 1.0.0 #3545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mem0 1.0.0 #3545
Conversation
9d239af to
85c5636
Compare
docs/_snippets/paper-release.mdx
Outdated
| @@ -1,3 +1,3 @@ | |||
| <Note type="info"> | |||
| 📢 Announcing our research paper: Mem0 achieves <strong>26%</strong> higher accuracy than OpenAI Memory, <strong>91%</strong> lower latency, and <strong>90%</strong> token savings! [Read the paper](https://mem0.ai/research) to learn how we're revolutionizing AI agent memory. | |||
| Mem0 achieves <strong>26%</strong> higher accuracy than OpenAI Memory, <strong>91%</strong> lower latency, and <strong>90%</strong> token savings. [Read our research paper](https://mem0.ai/research). | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's change the banner to 1.0.0 being available.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay and are we keeping a banner for the paper? If not then where will we keep the paper link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, lets remove the banner related to paper launch since this is old.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed it and have kept only 1.0.0 release announcement there. Will add the link once the release is made.
| ) | ||
| ``` | ||
| </CodeGroup> | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we remove this?
| # Search with LLM reranking | ||
| results = memory.search("What programming topics is the user studying?", user_id="david") | ||
|
|
||
| for result in results['results']: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we show the output for the given input?
deshraj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good but some comments.
| # Check for index by name regardless of version-specific format differences | ||
| return any( | ||
| idx.get("index_name") == index_name or | ||
| idx.get("index name") == index_name or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have spaces in some places in the keyname? We should get that fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have kept spaces for backwards compatibility 3.4 or later changes the functionality so this is kept for making it compatible. Moving forward we'll keep it for the latest versions itself.
Description
This PR revamps the mem0ai to 1.0.0 version which includes a lot of features.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Checklist:
Maintainer Checklist