docling-project / docling-project/docling-sdg
Add concurrency support to QA generation
Open
- Dominant language
- Python
- Stars
- 51
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Currently, it [loops through chunks serially](https://github.com/docling-project/docling-sdg/blob/main/docling_sdg/qa/generate.py#L133). Using externally hosted model providers should allow concurrent request execution to greatly speed up QA generation.
Contributor guide
Assessment
This issue has not been assessed yet.