Documentation
README
Hipocampus Search
Quick Reference
| Action | Command |
|---|---|
| Hybrid search (best quality) | qmd query "keyword1 keyword2" |
| Keyword search (fast) | qmd search "keyword1 keyword2" |
| Vector search only | qmd vsearch "semantic query" |
| Find files | qmd search "query" --files |
| Read file | qmd get "path/to/file.md" |
| Re-index | qmd update |
Which Search to Use
Check hipocampus.config.json:
search.vector: true(default) →qmd queryfor best results (BM25 + vector + rerank)search.vector: false→qmd searchfor BM25 keyword search
ROOT.md — "Do I Know About This?"
memory/ROOT.md is a functional index of everything in memory, auto-loaded every session. It has four sections:
This is the opening of the README. Read the full README on GitHub.