bm25

All posts tagged bm25 by Linux Bash
  • Posted on
    Featured Image
    Plain-English guide for Bash-first users to hybrid search that fuses lexical precision (ripgrep) with semantic recall (embeddings) so you catch both "OOM" and "out of memory." Provides a minimal local setup: install deps, index files with embed.py, query with search.py, and fuse scores via awk/join (weighted sum or two-stage/RRF). Includes CLI-focused examples (logs, code, docs), tuning tips (alpha, chunking), and troubleshooting.