cl
This commit is contained in:
parent
ed53ec461a
commit
bdbd3ce556
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,6 +1,16 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- **Async Converters**: Made document converters fully async
|
||||||
|
- `BaseConverter.convert_file()` and `convert_text()` are now async methods
|
||||||
|
- `DoclingLocalConverter` wraps blocking Docling operations with `asyncio.to_thread()`
|
||||||
|
- `DoclingServeConverter` now uses `httpx.AsyncClient` instead of sync `requests`
|
||||||
|
- **Async Model Prefetch**: `prefetch_models()` is now async
|
||||||
|
- Uses `httpx.AsyncClient` for Ollama model pulls
|
||||||
|
- Wraps blocking Docling and HuggingFace downloads with `asyncio.to_thread()`
|
||||||
|
|
||||||
## [0.19.1] - 2025-11-26
|
## [0.19.1] - 2025-11-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue