Added graph memory video in docs (#1745)

This commit is contained in:
Prateek Chhikara
2024-08-24 16:02:46 -07:00
committed by GitHub
parent 324e17b226
commit 3fb4f2655b

View File

@@ -8,6 +8,17 @@ With Graph Memory, users can now create and utilize complex relationships betwee
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.
<iframe
width="100%"
height="400"
src="https://www.youtube.com/embed/u_ZAqNNVtXA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
## 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.