Files
obsidian-rag/python/obsidian_rag
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
..
2026-04-11 15:11:07 -04:00
2026-04-11 15:11:07 -04:00