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.