What's Changed
- Exposing
IndexSettings.files_filter
for programmatic use by @jamesbraza in #960 - Fixing flaky
test_ensure_robust_to_timeouts
by lowering timeout by 10X by @jamesbraza in #963 - Fixing code chunking working with binary files by @jamesbraza in #961
- Restoring
typeguard
functionality by @jamesbraza in #962 - Removing dead
print_callback
andempty_callback
by @jamesbraza in #964 - Fixed
chunk_code_text
'sUnboundLocalError
crash on empty code file by @jamesbraza in #965 - Added missing PyPI classifiers by @jamesbraza in #967
- chore(deps): update astral-sh/setup-uv action to v6 by @renovate in #968
- chore(deps): update all non-major dependencies by @renovate in #969
- chore(deps): lock file maintenance by @renovate in #970
- add client response errors to our catching stack by @mskarlin in #972
- Making use of new
Environment.get_id
by @jamesbraza in #973 - Fix pdf parsing bug by @markenki in #938
- Fixed
README
typo fromanswer.k
toanswer.evidence_k
by @jamesbraza in #974 - Fixed flaky test
test_chain_completion
via resolvingCannot add callback
by @jamesbraza in #975 - Allow for non-mutated user specified doc-ids by @mskarlin in #977
- Remove threaded pdf parsing by @mskarlin in #978
- chore(deps): lock file maintenance by @renovate in #980
New Contributors
Full Changelog: v5.21.0...v5.22.0