π¦ ClawHub
Z1 Memory Palace v3.0
by @z1one0415
File-based long-term AI memory system with BGE-M3 vector search, metadata filtering, compound scoring, graph-based neighbor expansion, and automated memory m...
π‘ Examples
# 1. Initialize palace structure
mkdir -p palace/{grand_hall,chambers,project_rooms,reflection_wing,dispatch_corridor,conflict_room,archive_basement}2. Install BGE-m3
pip install FlagEmbedding3. Build index
python3 scripts/build_index_bge.py --force4. Query
python3 scripts/query_bge.py "your search query"
python3 scripts/query_bge.py --type palace --priority high "query"
python3 scripts/query_bge.py --details "query" # show sub-scores
python3 scripts/query_bge.py --raw "query" # pure cosine (v2 compatibility)
TERMINAL
clawhub install z1-memory-palace