Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions medcat-service/docs/setup/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following environment variables are available for tailoring the MedCAT Servi
- `APP_ENABLE_DEMO_UI` - Enable the demo user interface to try models. (Default: `False`)
- `APP_DEMO_UI_PATH` - Customise the path of the demo UI. (Default: `/`)
- `APP_USE_CDN` - Load Swagger UI and ReDoc assets from a CDN. (Default: `True`) Set to `False` to serve docs from bundled static files instead. This allows the docs UI to work for offline browsers.
- `GRADIO_ANALYTICS_ENABLED` - Optionally disable the telemetry of gradio when using the demo UI

### Shared Memory (`DOCKER_SHM_SIZE`)

Expand Down
6 changes: 3 additions & 3 deletions medcat-service/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ medcat[meta-cat,spacy,deid]~=2.8.0
# pinned because of issues with de-id models and past models (it will not do any de-id)
transformers>=4.34.0,<5.0.0
requests==2.33.0
fastapi[standard]==0.128.0
fastapi[standard]==0.136.3
pydantic>=2.11.10,<2.12.5
pydantic-settings==2.10.1
gradio[mcp]==6.7.0
prometheus-fastapi-instrumentator==7.1.0
gradio[mcp]==6.17.3
prometheus-fastapi-instrumentator==8.0.0
opentelemetry-distro[otlp]==0.60b0
opentelemetry-instrumentation==0.60b0
opentelemetry-resource-detector-containerid==0.60b0
Expand Down