vault backup: 2026-03-12 08:35:13
This commit is contained in:
27
Projects/Memory System/Memory Vector System.md
Normal file
27
Projects/Memory System/Memory Vector System.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Memory Vector System
|
||||
|
||||
**Status:** Supermonkey-Powered
|
||||
**Created:** 2026-03-02
|
||||
|
||||
## Overview
|
||||
Local semantic memory search using SQLite + Ollama embeddings. No cloud, works offline.
|
||||
|
||||
## Innovation
|
||||
Reads OpenClaw session transcripts (.jsonl) to auto-capture conversations every 15 messages.
|
||||
|
||||
## Current Stats
|
||||
- Total embeddings: ~1,600+
|
||||
- Auto session snapshots: 27
|
||||
- Tracked sessions: 245
|
||||
|
||||
## Key Files
|
||||
- `tools/session_monitor.py` - Real-time capture
|
||||
- `tools/search_memories.py` - CLI search
|
||||
- `memory_vector.py` - Core module
|
||||
|
||||
## Full Documentation
|
||||
See: `memory/projects/memory-vector-system.md` in git repo
|
||||
|
||||
---
|
||||
*Credit: Corey's genius idea*
|
||||
*System: Operational*
|
||||
Reference in New Issue
Block a user