From 3eff82082e0b1adf0f36a79d5b42455dd967b459 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Fri, 2 Aug 2024 21:23:00 +0530 Subject: [PATCH] fix readme (#1633) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10566490..a379561c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ related_memories = client.search(query, user_id="alex") history = client.history(memory_id="m1") print(history) ``` -======= + > [!TIP] > If you are looking for a hosted version and don't want to setup the infrastucture yourself, checkout [Mem0 Platform Docs](https://docs.mem0.ai/platform/quickstart) to get started in minutes.