Update README.md

This commit is contained in:
2026-08-12 12:31:29 +00:00
parent 4a1c67c518
commit 6810704173

View File

@@ -24,7 +24,7 @@ Groundedness metrics quantify how well an AI-generated answer is supported by re
# Architecture - Basic Overview # 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 ## Query pipeline