From 6810704173a8f82a55769a02296750c5e1f4845f Mon Sep 17 00:00:00 2001 From: Kenneth Steven jannette Date: Wed, 12 Aug 2026 12:31:29 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56ee108..6f6b847 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Groundedness metrics quantify how well an AI-generated answer is supported by re # Architecture - Basic Overview -Built with a React/Vote frontend and a Typescript/Node/Express backend, using Anthropic Claude for generation, OpenAI Whisper for video audio track transcription, Voyage AI voyage-3 for embeddings and Voyage AI rerank-2 for response cosine similarity scoring, to generate the "groundedness" score, presented as an easily-understandable red/yellow/green "badge" style tooltip in the response (see above.) +Built with a React/Vite frontend and a Typescript/Node/Express backend, using Anthropic Claude for NL response generation, OpenAI Whisper for video audio track transcription, Voyage AI voyage-3 for embeddings and Voyage AI rerank-2 for response cosine similarity scoring (to generate the "groundedness" score) presented as an easily-understandable red/yellow/green "badge" style tooltip in the response (see image above.) ## Query pipeline