🧬 papers-ingest

CLI that builds the local Chroma index from assets/pdf/papers.

▶️ Runbook

Flags, rebuild vs append, and troubleshooting.

▶️ Runbook
📚 API

Auto-generated reference from numpydoc.

papers_ingest
        flowchart LR
  PDFs["assets/pdf/papers/*.pdf"] --> CLI["papers-ingest"]
  CLI --> Embed["bge-small local"]
  Embed --> Chroma[".data/indexes/{strategy}"]