diff --git a/README.md b/README.md index 9b337ce1..5a4f5198 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Y Combinator S24 mem0ai npm package mem0ai Python package on PyPi + Mem0 newsletter

# Mem0: The Memory Layer for Personalized AI @@ -27,7 +28,7 @@ Mem0 provides an intelligent, adaptive memory layer for Large Language Models (L ### Installation -The Mem0 package can be installed directly from pip command in the terminal. +The Mem0 package can be installed directly from pip command in the terminal. ```bash pip install mem0ai @@ -54,7 +55,7 @@ You can perform the following task on the memory. 1. Add: adds memory 2. Update: update memory of a given memory_id 3. Search: fetch memories based on a query -4. Get: return memories for a certain user/agent/session +4. Get: return memories for a certain user/agent/session 5. History: describes how a memory has changed over time for a specific memory ID ```python @@ -140,7 +141,8 @@ m = Memory.from_config(config) Join our Slack or Discord community for support and discussions. If you have any questions, feel free to reach out to us using one of the following methods: -- [Join our Discord](https://embedchain.ai/discord) -- [Join our Slack](https://embedchain.ai/slack) -- [Follow us on Twitter](https://twitter.com/mem0ai) +- [Join our Discord](https://mem0.ai/discord) +- [Join our Slack](https://mem0.ai/slack) +- [Join our newsletter](https://mem0.ai/email) +- [Follow us on Twitter](https://x.com/mem0ai) - [Email us](mailto:founders@mem0.ai)