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
9fc29c29ac clear opensearch data for integration tests 2025-11-20 13:54:34 -05:00
Cole Goldsmith
1385fd5d5c
better settings form validation, grouped model selection (#383)
* better form validation, grouped model selection

* bump version

* fix fe build issue

* fix test

* change linting error

* Fixed integration tests

* fixed tests

* sample commit

---------

Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
2025-11-11 22:39:59 -03:00
phact
77edef26f7 fix conftest and more optionals 2025-10-14 12:17:07 -04:00
phact
a285a8563f autouse=True 2025-10-14 01:51:10 -04:00
phact
d74b21a346 onboarding in conftest 2025-10-14 01:39:15 -04:00
phact
54ca7a52a7 more logging 2025-10-07 14:36:43 -04:00
phact
ad890ef2bc index creation text fix 2025-10-07 01:35:20 -04:00
phact
1549161a33 genrate keys 2025-09-12 14:35:42 -04:00
phact
1e5661757b integration tests v0 2025-09-11 16:05:57 -04:00