docs: add Nebius Serverless Endpoint deployment example - #696
Open
SalikovAlex wants to merge 1 commit into
Open
SalikovAlex wants to merge 1 commit into
SalikovAlex wants to merge 1 commit into
Conversation
Signed-off-by: Alexander Salikov <salikov57@gmail.com>
Contributor
|
✅ DCO Check Passed Thanks @SalikovAlex, all your commits are properly signed off. 🎉 |
Contributor
Merge Protections🟢 Merge protection satisfied — ready to merge. Show 1 satisfied protection🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a Nebius Serverless Endpoint deployment guide, configuration, and asynchronous client for exporting Markdown and Docling JSON to private Object Storage. Link the example from the deployment index.
The client records a receipt before submission, never replays an ambiguous conversion POST, and supports resuming observation of an acknowledged task. Downloads are bounded and restricted to the expected storage host, bucket, and task prefix; a completion manifest is written only after both artifacts pass validation. The guide explains that exported objects survive independently while the local engine's task registry is lost on process replacement.
Validation:
eu-north1covered CUDA startup, native ingress/SecretStash/S3, text/table and scanned PDFs, separate read-only artifact verification, authentication, input limits, export failure, disconnect/deadline resume, stop/start, and confirmed resource cleanup. An invalid image was rejected before provisioning.The live run established the CLI's text receipt formats and identified
ocr_preset=easyocras the effective multipart option; both are reflected in the example. Production capacity/ingress limits and full one-hour application URL expiry remain unmeasured. This adds no parser/runtime changes or package dependencies.