You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would also be nice to simplify how the environment variables and config files for layers lower than the docker-compose are used. Currently they are passed on both using envs/env-file and environment: in the compose. There's also some discrepancy in how different compose files do this. We could move the environment variables from envs/env to .env-example and load them in the container with something like:
Related to this:
Can we clarify (and possibly simplify) how the config for MedCAT is used (currently configs/base.txt)? The recent versions of MedCAT contain a config within the CDB file, is this then the default configuration for a MCT project? What happens when the CDB config differs from the config at instance level? It would be nice to document the precedence. Also, we can document which parameters are relevant for which stage in MedCAT, like:
Parameter
Creating CDB/Vocab
NER+L
MCT
CDBMaker.multi_separator
x
-
-
General.make_pretty_labels
-
x
-
General.spell_check_deep
x
x
x
The text was updated successfully, but these errors were encountered:
It would also be nice to simplify how the environment variables and config files for layers lower than the docker-compose are used. Currently they are passed on both using envs/env-file and
environment:
in the compose. There's also some discrepancy in how different compose files do this. We could move the environment variables from envs/env to.env-example
and load them in the container with something like:Related to this:
Can we clarify (and possibly simplify) how the config for MedCAT is used (currently
configs/base.txt
)? The recent versions of MedCAT contain a config within the CDB file, is this then the default configuration for a MCT project? What happens when the CDB config differs from the config at instance level? It would be nice to document the precedence. Also, we can document which parameters are relevant for which stage in MedCAT, like:CDBMaker.multi_separator
General.make_pretty_labels
General.spell_check_deep
The text was updated successfully, but these errors were encountered: