Commit graph

11 commits

Author SHA1 Message Date
Edwin Jose
a0a5cc4c60 Refactor imports to use absolute paths throughout project
Updated all relative imports to use absolute import paths for consistency and improved maintainability. Also replaced bare except clauses with 'except Exception' for better error handling, and made minor code cleanups such as removing unused variables and improving import order. No functional changes were made.
2025-12-05 20:45:00 -05:00
Edwin Jose
eaa56567ea Refactor OpenSearch component for readability
Reformats imports and long expressions in flows/components/opensearch.py and flows/components/opensearch_multimodel.py for improved readability and maintainability. No functional changes were made; only code style and structure were updated.
2025-12-05 20:32:51 -05:00
phact
fefcede8b5 also proactively check native port 2025-11-26 03:47:47 -05:00
Lucas Oliveira
3a6a05d043
Fix: reduce docling and provider banner refresh interval, implemented Starting on docling TUI (#404)
* Fixed refetch interval to be 3 seconds when Docling is unhealthy, fixed query to refetch on window focus

* Changed time to refetch provider health

* Added starting state to Docling on the TUI
2025-11-14 17:25:22 -03:00
phact
a5aab8e92a podman fixes: bind docling-serve to 0.0, improve logging, support magic podman and docker hostnames 2025-10-08 13:56:52 -04:00
phact
6f32890d76 docling backend check 2025-10-06 15:54:21 -04:00
phact
c450ecc50a tui: docling pid and host detection 2025-10-06 14:46:51 -04:00
phact
ad9e329bff split tables 2025-09-16 10:17:24 -04:00
phact
25383d99eb subprocess 2025-09-16 09:45:20 -04:00
phact
b806fbc921 serve logs v0 2025-09-15 15:47:10 -04:00
phact
5524019408 manager 2025-09-12 15:45:03 -04:00