From 01a08452b78bf172d11a2be37cf79f39aa4b5112 Mon Sep 17 00:00:00 2001 From: S Jannette Date: Sat, 9 May 2026 17:55:16 -0400 Subject: [PATCH] Update README for consistency in query pipeline steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9734904..d99f6e3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Built with a React/Vite frontend and a Typescript/Node/Express backend, using An ## Query pipeline -Source Ingestion -> Parsing -> Chunking -> Embedding (using Voyage AI voyage-3 model) -> Storage (vector store) -> { user query submission } -> evaluation of user query -> Retrieval -> Ranking -> Response Generation (Using Anthopic's claude-opus-4-6 model) -> Response Groundedness Scoring (using Voyage AI rerank-r model) +Source Ingestion -> Parsing -> Chunking -> Embedding (using Voyage AI voyage-3 model) -> Storage (vector store) -> { user query submission } -> Evaluation of User Query -> Retrieval -> Ranking -> Response Generation (Using Anthopic's claude-opus-4-6 model) -> Response Groundedness Scoring (using Voyage AI rerank-r model) ## Prerequisites