Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* api v1alpha1 Signed-off-by: Guillaume Moutier <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> * use actual types in request models and refactor Signed-off-by: Michele Dolfi <[email protected]> * make gradio optional and update README Signed-off-by: Michele Dolfi <[email protected]> * Run workflow jobs sequentially to avoid disk space outage (#19) Github Action runners are running out of the space while building both the images in parallel. This change will build the image sequentially and also clean up the cpu images before start building gpu image. Signed-off-by: Anil Vishnoi <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> * Add github job to build image (and not publish) on PR creation (#20) Signed-off-by: Anil Vishnoi <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> * add start_server script for local dev Signed-off-by: Michele Dolfi <[email protected]> * fix 3.12-only syntax Signed-off-by: Michele Dolfi <[email protected]> * fix more py3.10-11 compatibility Signed-off-by: Michele Dolfi <[email protected]> * rework output format and background tasks Signed-off-by: Michele Dolfi <[email protected]> * speficy return schemas for openapi Signed-off-by: Michele Dolfi <[email protected]> * add processing time and update REDAME Signed-off-by: Michele Dolfi <[email protected]> * lint markdown Signed-off-by: Michele Dolfi <[email protected]> * add MD033 to config Signed-off-by: Michele Dolfi <[email protected]> * use port 5000 Signed-off-by: Michele Dolfi <[email protected]> * use port 5001 as default Signed-off-by: Michele Dolfi <[email protected]> * update deps Signed-off-by: Michele Dolfi <[email protected]> * refactor input request Signed-off-by: Michele Dolfi <[email protected]> * return docling document Signed-off-by: Michele Dolfi <[email protected]> * update new payload in README Signed-off-by: Michele Dolfi <[email protected]> * add base64 example Signed-off-by: Michele Dolfi <[email protected]> * wrap example in <details> Signed-off-by: Michele Dolfi <[email protected]> * rename /url in /source Signed-off-by: Michele Dolfi <[email protected]> * move main execution to __main__ Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: Guillaume Moutier <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> Signed-off-by: Anil Vishnoi <[email protected]> Co-authored-by: Michele Dolfi <[email protected]> Co-authored-by: Anil Vishnoi <[email protected]>
- Loading branch information