Files
obsidian-rag/python/obsidian_rag/indexer.py
Santhosh Janardhanan 21b9704e21 fix(indexer): use upsert_chunks return value for chunk count
Previously total_chunks counted from process_file return (num_chunks)
which could differ from actual stored count if upsert silently failed.
Now using stored count returned by upsert_chunks.

Also fixes cli._index to skip progress yields when building result.
2026-04-12 02:16:19 -04:00

14 KiB