🧬 papers-ingest¶
CLI that builds the local Chroma index from assets/pdf/papers.
▶️ Runbook
Flags, rebuild vs append, and troubleshooting.
📚 API
Auto-generated reference from numpydoc.
flowchart LR
PDFs["assets/pdf/papers/*.pdf"] --> CLI["papers-ingest"]
CLI --> Embed["bge-small local"]
Embed --> Chroma[".data/indexes/{strategy}"]