From 0f9901ed0becbe22c4594b273403cf08cda63896 Mon Sep 17 00:00:00 2001 From: Josh Reini <60949774+joshreini1@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:48:41 -0400 Subject: [PATCH] typo in rag_triad.md (#1022) --- docs/trulens_eval/getting_started/core_concepts/rag_triad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/trulens_eval/getting_started/core_concepts/rag_triad.md b/docs/trulens_eval/getting_started/core_concepts/rag_triad.md index a2f7f27d0..bfd42b219 100644 --- a/docs/trulens_eval/getting_started/core_concepts/rag_triad.md +++ b/docs/trulens_eval/getting_started/core_concepts/rag_triad.md @@ -12,7 +12,7 @@ edge of the RAG architecture, shown below: The RAG triad is made up of 3 evaluations: context relevance, groundedness and answer relevance. Satisfactory evaluations on each provides us confidence that -our LLM app is free form hallucination. +our LLM app is free from hallucination. ## Context Relevance