Modified the location of graph memory's colab link (#1769)

This commit is contained in:
Prateek Chhikara
2024-08-28 13:37:09 -07:00
committed by GitHub
parent a80796b5ff
commit deeb4f2250

View File

@@ -7,6 +7,11 @@ Mem0 now supports **Graph Memory**.
With Graph Memory, users can now create and utilize complex relationships between pieces of information, allowing for more nuanced and context-aware responses. With Graph Memory, users can now create and utilize complex relationships between pieces of information, allowing for more nuanced and context-aware responses.
This integration enables users to leverage the strengths of both vector-based and graph-based approaches, resulting in more accurate and comprehensive information retrieval and generation. This integration enables users to leverage the strengths of both vector-based and graph-based approaches, resulting in more accurate and comprehensive information retrieval and generation.
Try Graph Memory on Google Colab.
<a target="_blank" href="https://colab.research.google.com/drive/1PfIGVHnliIlG2v8cx0g45TF0US-jRPZ1?usp=sharing">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
<iframe <iframe
width="100%" width="100%"
@@ -18,10 +23,6 @@ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; pic
allowfullscreen allowfullscreen
></iframe> ></iframe>
<a target="_blank" href="https://colab.research.google.com/drive/1PfIGVHnliIlG2v8cx0g45TF0US-jRPZ1?usp=sharing">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
## Initialize Graph Memory ## Initialize Graph Memory
To initialize Graph Memory you'll need to set up your configuration with graph store providers. To initialize Graph Memory you'll need to set up your configuration with graph store providers.