Improve client description in readme.md

Updated repository name in clone instructions and clarified client description.
This commit is contained in:
S Jannette
2026-05-09 17:28:57 -04:00
committed by GitHub
parent 0e9061c792
commit 7f00e6d839

View File

@@ -19,7 +19,7 @@ Source Ingestion -> Parsing -> Chunking -> Embedding (using Voyage AI voyage-3 m
```bash ```bash
# clone and install # clone and install
git clone <repo-url> && cd notebooklm_clone git clone <repo-url> && cd citation_sentinel
cd server && npm install && cd .. cd server && npm install && cd ..
cd client && npm install && cd .. cd client && npm install && cd ..
@@ -58,7 +58,7 @@ Two-package monorepo:
- `server/` -- single Express backend with layered architecture (routes -> services -> stores). Routes orchestrate; services contain business logic; stores manage in-memory state. - `server/` -- single Express backend with layered architecture (routes -> services -> stores). Routes orchestrate; services contain business logic; stores manage in-memory state.
- `client/` -- React 19 SPA via Vite. Two-panel layout: sidebar for notebooks/data sources, main area for LLM chat with explorable citations, groundedness badges (cosine similarity scoring of LLM responses), and follow-up question chips. - `client/` -- React 19 SPA via Vite. Two-panel layout: sidebar for data sources, main area for LLM chat with explorable citations, groundedness badges (cosine similarity scoring of LLM responses), and follow-up question chips.
## License ## License