Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job with config.yaml as input #5

Open
dolfim-ibm opened this issue Feb 27, 2025 · 0 comments
Open

Job with config.yaml as input #5

dolfim-ibm opened this issue Feb 27, 2025 · 0 comments
Assignees

Comments

@dolfim-ibm
Copy link
Contributor

The docling-jobkit package installs the docling-ray-job CLI, which orchestrate the conversion job.

We look for the possibility to launch the job as

ray job submit --no-wait -- docling-ray-job -c myjob.yaml

The file myjob.yaml should be parsed with a pydantic datatype. The format should be similar to the payload of the docling-serve endpoints https://github.com/DS4SD/docling-serve/blob/feat-async-api/docling_serve/datamodel/requests.py#L60.

For example:

options:
  do_ocr: true
  # ...
s3_sources:
  # ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants