Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ This is a **uv workspace** (Python) with a separate **npm workspace** (TypeScrip
| [`model-tuning`](packages/model-tuning/) | Fine-tunes SentenceTransformer models and builds HNSW indexes for OpenSearch |
| [`api`](packages/api/) | FastAPI service exposing `/api` endpoints; serves the built frontend in non-local environments |
| [`frontend`](frontend/) | React 19 + TypeScript + Vite demo application for interacting with the API |
| [`validation`](packages/validation/) | Functionality to validate an eICR and to create Schematron output |
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any where that we have documented how to use this validation package or is this just only going to be part of the e2e testing? Or maybe you leveraged the one that was part of the former eicr validation tool repo?


### Architecture Diagram

Expand Down
Loading