Commit graph

9 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
1b9d56bec0 WIP 2025-09-24 21:13:26 -04:00
phact
dc91f55014 doc processing knobs 2025-09-18 16:27:01 -04:00
phact
d198ffa706 logging & format 2025-09-04 20:56:47 -04:00
phact
9074bda6ed ruff 2025-09-03 09:17:30 -04:00
phact
6011b7fb2f worker logging and reliability 2025-08-22 12:40:55 -04:00
phact
5921586bcf tasks work post refactor 2025-07-30 15:49:58 -04:00
phact
c9182184cf refactor 2025-07-30 11:18:19 -04:00