v0.1.5 — Concurrency & config fixes
v0.1.5 — Concurrency & config fixes
- Fixed:
CompressRequestandBatchItemno longer hardcodegpt-4o-mini— model now falls back toconfig.default_modelfrom.llmzip.configwhen not specified in the request- Fixed: added
threading.Lockwith double-checked locking toresolver.py— prevents simultaneous LiteLLM fetches under concurrent batch load- Fixed:
_metain fetcher and resolver now includes an explicit"source"field ("litellm"or"fallback") instead of inferring it from the note string- Fixed:
_fail()inloader.pynow correctly typed asNoReturn- Fixed:
convert_bytes()infile_converter.pynow closes the tempfile before passing it to MarkItDown, fixingPermissionErroron Windows