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
Copy file name to clipboardExpand all lines: docs/docs/cogstack-ce/tutorial/end-to-end-jupyterhub.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,10 @@ By the end, you will have completed an end-to-end user flow:
13
13
!!! tip
14
14
The following tutorial will use your CogStack CE installation and let you run real code against your environment.
15
15
16
-
To see a non-interactive version of the tutorial notebook, refer to [the MedCAT Service Tutorial notebook](../../platform/cogstack-ai/medcat-service-tutorial.ipynb).
16
+
To see a non-interactive version of the tutorial notebook, refer to:
17
+
18
+
- [the MedCAT Service Tutorial notebook](../../platform/cogstack-ai/medcat-service-tutorial.ipynb).
The chart includes example notebooks to interact with CogStack CE:
52
55
53
56
-`medcat-service-tutorial.ipynb`
57
+
-`medcat-opensearch-e2e.ipynb`
54
58
55
59
You can open it directly:
56
60
@@ -62,10 +66,11 @@ Or navigate to it in JupyterLab and click to open it.
62
66
63
67
Run each cell in order from top to bottom.
64
68
65
-
The notebook demonstrates service calls to:
69
+
The notebooks demonstrates service calls to:
66
70
67
71
-`medcat-service` at `/api/process` for named entity extraction
68
72
-`anoncat-service` at `/api/process` for de-identification
73
+
-`OpenSearch` for indexing and searching data.
69
74
70
75
It uses environment variables for service URLs where available, so the default CogStack CE setup should work without edits.
71
76
@@ -83,13 +88,12 @@ If those outputs appear, you have validated the full end-to-end flow from Jupyte
83
88
84
89
- If JupyterHub does not load, ensure port-forwarding is running.
85
90
- If notebook requests fail, verify the cluster services are up and re-run:
86
-
87
91
-`helm get notes <release> | bash`
88
-
- For production deployments, replace dummy authentication with secure auth configuration.
89
92
93
+
- For production deployments, replace dummy authentication with secure auth configuration.
90
94
91
95
## Next Steps
92
96
93
97
- See the [full deployment documentation](../../platform/deployment/_index.md) for more details on scaling, production security, and advanced configuration options.
94
98
- See full install instructions of the cogstack CE chart[CogStack CE Helm chart (install + customization)](../../platform/deployment/helm/charts/cogstack-ce-helm.md)
95
-
- See further tutorials on medcat on [GitHub](https://github.com/CogStack/cogstack-nlp/tree/79f00cfc204f4ae559b56c8e397bbcaf82d44274/medcat-v2-tutorials)
99
+
- See further tutorials on medcat on [GitHub](https://github.com/CogStack/cogstack-nlp/tree/79f00cfc204f4ae559b56c8e397bbcaf82d44274/medcat-v2-tutorials)
0 commit comments