v1.3.7
What's Changed
- docs: add missing config vars to Configuration Reference by @philwinder in #545
- fix: replace LIMIT-based dedupe with chunked lookup to handle repos with >1000 enrichments by @philwinder in #557
- fix: dedupe BM25 indexing to skip re-indexing stable commits by @philwinder in #558
- fix: prevent API docs extraction retry loop when result is empty by @philwinder in #559
- refactor: unify BM25 and embedding stores via base Repository by @philwinder in #560
- fix: surface PDF extraction failures instead of continuing silently by @philwinder in #561
- docs: fix Repositories.Add return value in Go library example by @philwinder in #552
- fix: swap PDF text extractor to PDFium and warn on empty search content by @philwinder in #562
- test: add issue #553 regression test for inline-trailer PDFs by @philwinder in #563
Full Changelog: v1.3.6...v1.3.7