This section is under active development.
What is the Memory Graph?
The Memory Graph is the core data structure of Sno. Unlike vector databases that store “chunks” of text, Sno stores Concepts and Relationships.Nodes (Concepts)
Everything in Sno is a node:- Entity: “Project Alpha”, “Larry”, “React”
- Event: “Meeting on Nov 28”
- Fact: “User prefers dark mode”
Edges (Relationships)
Edges define how nodes are connected:- “Larry” — WORKS_ON —> “Project Alpha”
- “Project Alpha” — USES —> “React”
3D Visualization
Sno provides a “Visual Flex” interface—a 3D interactive graph where you can explore these connections. This allows you to see:- Clusters: What topics are most discussed?
- Bridges: How are seemingly unrelated projects connected?
- Gaps: What is missing from the context?