feat(medcat-trainer): trainer-ee-scaffolding#508
Open
tomolopolis wants to merge 14 commits into
Open
Conversation
…422) * changed cui embedding method and fixed mention_mask generation * fixed spacing
…leases (#503) * CU-869ddh1jv: Move test models to a separate central folder * CU-869ddh1jv: Add pooch dependency in preparation for centralised fetching * CU-869ddh1jv: Add resource fetcher * CU-869ddh1jv: Add some defensiveness to resource fetcher * CU-869ddh1jv: Create enum for defined resources * CU-869ddh1jv: Allow using defined resource name * CU-869ddh1jv: Change logic when using defined resource name * CU-869ddh1jv: Use centralised test paths * CU-869ddh1jv: Use centralised path for models in conversion tests * CU-869ddh1jv: Add comment regarding duplicate files * CU-869ddh1jv: Remove local test-time model packs * CU-869ddh1jv: Add duplicate resource fetch to medcat-den * CU-869ddh1jv: Propagate project name in resource fetcher * CU-869ddh1jv: Add small workflow to check test-time resource fetcher sync status * CU-869ddh1jv: Use resource fetch at test time for medcat-den * CU-869ddh1jv: Add workflow to add test models to releases * CU-869ddh1jv: Add workflow jon to add test models to medcat release * CU-869ddh1jv: Add workflow job to add test models to medcat-den release * CU-869ddh1jv: Fix issue with test utils sync check in workflow * CU-869ddh1jv: Fix test upload step in releas workflow * CU-869ddh1jv: Fix test upload step comment in medcat-den release workflow * CU-869ddh1jv: Fix test upload step in medcat release workflow * CU-869ddh1jv: Fix workflow (add runs-on) for medcat-den * CU-869ddh1jv: Fix workflow for medcat to upload test models (add runs-on) * CU-869ddh1jv: Add missing dev-time dependency of pooch to medcat-den --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(medcat): CU-869ddh1jv: Fix lock file issue. Issue was introduced in #503. Looks like because I didn't update uv.lock the entire dependency resolution was redone and broke. This PR should - hopefully - fix it. * CU-869ddh1jv: Disallow latest typer version * CU-869ddh1jv: Disallow all recent typer versions --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* cogstack-es: added ssl flag to OpenSearch. * Added SSL option to OpenSearch cogstack-es. * Reverted ES_TIMEOUT var.
…nstalls (#507) * CU-869ddh1jv: Specify disallowed typer versions for medcat-den * CU-869ddh1jv: specify disallowed typer versions for medcat-embedding-linker --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix wrapper usage of upstrea trainer object * Fix issue with test-time model load --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…510) * test(medcat-trainer): expand backend and frontend unit test coverage Add Django API tests for utils, views, models, serializers, permissions, Solr/model cache, admin actions, and metrics. Add Vitest specs for core UI components, admin lists, filters, and runtime config. Refresh uv.lock for medcat 2.7.x alignment with pyproject constraints. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(medcat-trainer): test fixes, and sass warning fixes * fix(medcat-trainer): staged build to reduce size --------- Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Scaffolding changes for the mct OSS project here according to the plan
Plugin scaffolding changes for
TrainAnnotationsProjectAdminand security features in mct-ee