improved docs (#1834)

This commit is contained in:
Shlok Khemani
2024-09-09 15:59:12 +05:30
committed by GitHub
parent 7170edd13f
commit f01e8a083e
12 changed files with 448 additions and 401 deletions

View File

@@ -33,6 +33,6 @@ config = {
m = Memory.from_config(config_dict=config)
```
If you want to use a managed version of Mem0, please check out [Mem0](https://app.mem0.ai). If you have any questions, please feel free to reach out to us using one of the following methods:
If you want to use a managed version of Mem0, please check out [Mem0](https://mem0.dev/pd). If you have any questions, please feel free to reach out to us using one of the following methods:
<Snippet file="get-help.mdx" />

View File

@@ -299,6 +299,6 @@ m.search("Who is spiderman?", user_id="alice123")
> **Note:** The Graph Memory implementation is not standalone. You will be adding/retrieving memories to the vector store and the graph store simultaneously.
If you want to use a managed version of Mem0, please check out [Mem0](https://app.mem0.ai). If you have any questions, please feel free to reach out to us using one of the following methods:
If you want to use a managed version of Mem0, please check out [Mem0](https://mem0.dev/pd). If you have any questions, please feel free to reach out to us using one of the following methods:
<Snippet file="get-help.mdx" />

View File

@@ -1,5 +1,5 @@
---
title: Quickstart
title: Guide
description: 'Get started with Mem0 quickly!'
---