From 09bf7ad916f7fbc4efa575891fd25208404c9985 Mon Sep 17 00:00:00 2001 From: Dev-Khant Date: Thu, 9 Jan 2025 18:05:14 +0530 Subject: [PATCH] update doc --- docs/open-source/graph_memory/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/open-source/graph_memory/overview.mdx b/docs/open-source/graph_memory/overview.mdx index 0ed5c99c..f384bb56 100644 --- a/docs/open-source/graph_memory/overview.mdx +++ b/docs/open-source/graph_memory/overview.mdx @@ -12,7 +12,7 @@ This integration enables users to leverage the strengths of both vector-based an To use Mem0 with Graph Memory support, install it using pip: ```bash -pip install mem0ai[graph] +pip install "mem0ai[graph]" ``` This command installs Mem0 along with the necessary dependencies for graph functionality.