Funny you should ask I just ended up here googling "graph memory LLM"
So yea I'm very much looking into it. I want my personal agent to grow to know me over time and my life is not bunch of disparate points spread out across a vector space. Rather It's millions of nodes and edges that connects key things. Who my parents were, where I grew up, what I like to do for fun and how it ties into my personality and strengths, etc...
To have this represented in a graph which a model can then explore would allow it to make implicit connections much easier than attempting the same with embeddings.
So yea I'm very much looking into it. I want my personal agent to grow to know me over time and my life is not bunch of disparate points spread out across a vector space. Rather It's millions of nodes and edges that connects key things. Who my parents were, where I grew up, what I like to do for fun and how it ties into my personality and strengths, etc...
To have this represented in a graph which a model can then explore would allow it to make implicit connections much easier than attempting the same with embeddings.