| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-07 | 557 Bytes | |
| v0.25.0 source code.tar.gz | 2026-05-07 | 35.2 MB | |
| v0.25.0 source code.zip | 2026-05-07 | 35.5 MB | |
| Totals: 3 Items | 70.7 MB | 0 | |
Changed
- Concurrent fan-out for sub-aspect/sub-concept extraction and failed-chunk retries: when
use_concurrency=True, these now run viaasyncio.gatherinstead of awaiting per item, reducing wall-clock latency for documents whose aspects contain sub-aspect groups, and for retry batches when several chunks return invalid data at once. - Upgraded pinned dependency version:
genai-prices==0.0.59. Versions remain pinned to maintain stability and avoid occasional breaking changes and API inconsistencies observed in previous unpinned releases.