Getting Started
Retrieval Index
Build and inspect Promemo's local generated retrieval index.
Retrieval Index
Promemo v0.4.0 adds a local generated retrieval index for project memory.
Build the index:
promemo index rebuildCheck index status:
promemo index statusThe index is stored under:
.promemo/cache/search-index.jsonThis cache is reproducible and should remain uncommitted.
The index supports:
- chunking larger memory files
- local keyword search
- deterministic local semantic ranking
- hybrid keyword and semantic search
- feature, file, and decision relationship mapping
- related feature expansion
- token-budgeted context loading
No cloud embeddings are required.