Notebooks
N
Neode
Google Gemini Memory

Google Gemini Memory

Memoryneode-notebooks

🧠 Neode as Memory for Google Gemini

Open in Alph

This notebook demonstrates using Neode as a persistent knowledge graph that functions as memory for Google's Gemini models.

How It Works

  1. Store Memory: When Gemini learns new information, it calls Neode to extract and store triples
  2. Recall Memory: When asked questions, Gemini searches Neode for relevant knowledge
  3. Persistent: Knowledge persists across conversations and sessions
[ ]
[ ]

Define Memory Tools

[ ]

Create Chat Function

[ ]

Demo: Teaching Gemini

[ ]
[ ]

Demo: Recalling in New Session

[ ]

View Knowledge Graph

[ ]