-
Notifications
You must be signed in to change notification settings - Fork 7
chore(medcat-plugin-embedding-linker): CU-869c36ruk Separate embedding linker to its own project #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
tomolopolis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - okay to consolidate the new gha workflows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alhendrickson - recently merged all the trainer workflows into one with final pushes of images / libs etc. predicated on a tagged build. Saves the extra workflow? We should likely do this for all the dirs?
https://github.com/CogStack/cogstack-nlp/blob/main/.github/workflows/medcat-trainer_ci.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've done that now
|
|
||
| ## License | ||
|
|
||
| [Your license here] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this block or reference the parent licence
This PR separates embedding linker to its own project that will be released on PyPI (as
medcat-embedding-linker).It should have migrated all the parts that were using this within the core library.
Also comes with some basic workflows (linting, typing, tests).
Made a change to the core lib as well to make typing explicitly defined (long overdue!).