Skip to content

Job with config.yaml as input #5

@dolfim-ibm

Description

@dolfim-ibm

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:
  # ...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions