From 2dcbcdf7a5b01b9c1baa8d49f1a0aeacf0d72131 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 7 Aug 2024 20:01:28 -0700 Subject: [PATCH] feat: Move core features at the top (#1665) --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c9e2ae22..de28853e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,16 @@ [Mem0](https://mem0.ai)(pronounced "mem-zero") enhances AI assistants and agents with an intelligent memory layer, enabling personalized AI interactions. Mem0 remembers user preferences, adapts to individual needs, and continuously improves over time, making it ideal for customer support chatbots, AI assistants, and autonomous systems. +### Core Features + +- **Multi-Level Memory**: User, Session, and AI Agent memory retention +- **Adaptive Personalization**: Continuous improvement based on interactions +- **Developer-Friendly API**: Simple integration into various applications +- **Cross-Platform Consistency**: Uniform behavior across devices +- **Managed Service**: Hassle-free hosted solution + +### Use Cases + Mem0 empowers organizations and individuals to enhance: - **AI Assistants and agents**: Seamless conversations with a touch of déjà vu @@ -120,15 +130,6 @@ history = m.history(memory_id=) > [!TIP] > If you prefer a hosted version without the need to set up infrastructure yourself, check out the [Mem0 Platform](https://app.mem0.ai/) to get started in minutes. - -## Core Features - -- **Multi-Level Memory**: User, Session, and AI Agent memory retention -- **Adaptive Personalization**: Continuous improvement based on interactions -- **Developer-Friendly API**: Simple integration into various applications -- **Cross-Platform Consistency**: Uniform behavior across devices -- **Managed Service**: Hassle-free hosted solution - ## Documentation For detailed usage instructions and API reference, visit our documentation at [docs.mem0.ai](https://docs.mem0.ai). Here, you can find more information on both the open-source version and the hosted [Mem0 Platform](https://app.mem0.ai).