We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docling-jobkit package installs the docling-ray-job CLI, which orchestrate the conversion job.
docling-ray-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: # ...
The text was updated successfully, but these errors were encountered:
SantanaTiago
No branches or pull requests
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
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:
The text was updated successfully, but these errors were encountered: