From 7f00e6d8393b205fde329245dcae6a09327c3ac3 Mon Sep 17 00:00:00 2001 From: S Jannette Date: Sat, 9 May 2026 17:28:57 -0400 Subject: [PATCH] Improve client description in readme.md Updated repository name in clone instructions and clarified client description. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e5b31ca..f76247f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Source Ingestion -> Parsing -> Chunking -> Embedding (using Voyage AI voyage-3 m ```bash # clone and install -git clone && cd notebooklm_clone +git clone && cd citation_sentinel cd server && 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. -- `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