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
Pathology RAG Workbench is a local-first pathology PDF workspace. It helps you turn your own licensed pathology books or notes into a citation-backed retrieval system with a browser UI, a local API, and a CLI.
7
+
Pathology Evidence AI is a local-first pathology evidence workspace. It helps you turn your own licensed pathology books or notes into AI-assisted answers with citation-backed evidence, a browser UI, a local API, and a CLI.
8
8
9
9
This repository is public, but it is not open source in the OSI sense. It is released under the [PolyForm Noncommercial 1.0.0](LICENSE) license, so commercial use is not allowed.
10
10
@@ -15,8 +15,8 @@ If you only read one section, read this one.
@@ -136,17 +136,30 @@ Even without an OpenAI key, you can:
136
136
- sync the local library
137
137
- inspect library state
138
138
- run retrieval previews instead of model-synthesized answers
139
+
- create a synthetic demo library with fake educational PDFs
139
140
140
141
Useful commands:
141
142
142
143
```bash
143
144
pathology-client health
144
145
pathology-client ui
146
+
pathology-ingest create-demo-library
145
147
pathology-client library
146
148
pathology-client search --query "ductal carcinoma in situ"
147
149
pathology-client sync-library
148
150
```
149
151
152
+
## Try a Demo Library
153
+
154
+
If you do not have pathology PDFs ready yet, generate a tiny synthetic demo corpus:
155
+
156
+
```bash
157
+
pathology-ingest create-demo-library
158
+
pathology-client search --query "mucinous carcinoma of the prostate"
159
+
```
160
+
161
+
The demo PDFs are fake educational notes created by this project. They are only meant to prove that ingestion, search, citations, and page previews are working.
0 commit comments