diff --git a/README.md b/README.md index 456511706..f71dbb6ff 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ you to identify failure modes & systematically iterate to improve your application. Read more about the core concepts behind TruLens including [Feedback -Functions](https://www.trulens.org/trulens_eval/core_concepts/feedback_functions/), -[The RAG Triad](https://www.trulens.org/trulens_eval/core_concepts/rag_triad/), +Functions](https://www.trulens.org/trulens_eval/getting_started/core_concepts/feedback_functions/), +[The RAG Triad](https://www.trulens.org/trulens_eval/getting_started/core_concepts/rag_triad/), and [Honest, Harmless and Helpful -Evals](https://www.trulens.org/trulens_eval/core_concepts/honest_harmless_helpful_evals/). +Evals](https://www.trulens.org/trulens_eval/getting_started/core_concepts/honest_harmless_helpful_evals/). ## TruLens in the development workflow diff --git a/docs/trulens_eval/gh_top_intro.md b/docs/trulens_eval/gh_top_intro.md index 8c274280e..b73eed7d4 100644 --- a/docs/trulens_eval/gh_top_intro.md +++ b/docs/trulens_eval/gh_top_intro.md @@ -38,10 +38,10 @@ you to identify failure modes & systematically iterate to improve your application. Read more about the core concepts behind TruLens including [Feedback -Functions](https://www.trulens.org/trulens_eval/core_concepts/feedback_functions/), -[The RAG Triad](https://www.trulens.org/trulens_eval/core_concepts/rag_triad/), +Functions](https://www.trulens.org/trulens_eval/getting_started/core_concepts/ +[The RAG Triad](https://www.trulens.org/trulens_eval/getting_started/core_concepts/rag_triad/), and [Honest, Harmless and Helpful -Evals](https://www.trulens.org/trulens_eval/core_concepts/honest_harmless_helpful_evals/). +Evals](https://www.trulens.org/trulens_eval/getting_started/core_concepts/honest_harmless_helpful_evals/). ## TruLens in the development workflow diff --git a/docs/trulens_eval/intro.md b/docs/trulens_eval/intro.md index 3049774cb..834fa2b61 100644 --- a/docs/trulens_eval/intro.md +++ b/docs/trulens_eval/intro.md @@ -17,10 +17,10 @@ you to identify failure modes & systematically iterate to improve your application. Read more about the core concepts behind TruLens including [Feedback -Functions](https://www.trulens.org/trulens_eval/core_concepts/feedback_functions/), -[The RAG Triad](https://www.trulens.org/trulens_eval/core_concepts/rag_triad/), +Functions](https://www.trulens.org/trulens_eval/getting_started/core_concepts/ +[The RAG Triad](https://www.trulens.org/trulens_eval/getting_started/core_concepts/rag_triad/), and [Honest, Harmless and Helpful -Evals](https://www.trulens.org/trulens_eval/core_concepts/honest_harmless_helpful_evals/). +Evals](https://www.trulens.org/trulens_eval/getting_started/core_concepts/honest_harmless_helpful_evals/). ## TruLens in the development workflow diff --git a/trulens_eval/README.md b/trulens_eval/README.md index 3049774cb..834fa2b61 100644 --- a/trulens_eval/README.md +++ b/trulens_eval/README.md @@ -17,10 +17,10 @@ you to identify failure modes & systematically iterate to improve your application. Read more about the core concepts behind TruLens including [Feedback -Functions](https://www.trulens.org/trulens_eval/core_concepts/feedback_functions/), -[The RAG Triad](https://www.trulens.org/trulens_eval/core_concepts/rag_triad/), +Functions](https://www.trulens.org/trulens_eval/getting_started/core_concepts/ +[The RAG Triad](https://www.trulens.org/trulens_eval/getting_started/core_concepts/rag_triad/), and [Honest, Harmless and Helpful -Evals](https://www.trulens.org/trulens_eval/core_concepts/honest_harmless_helpful_evals/). +Evals](https://www.trulens.org/trulens_eval/getting_started/core_concepts/honest_harmless_helpful_evals/). ## TruLens in the development workflow diff --git a/trulens_eval/examples/expositional/frameworks/llama_index/llama_index_multimodal.ipynb b/trulens_eval/examples/expositional/frameworks/llama_index/llama_index_multimodal.ipynb index 61633017a..1734cca52 100644 --- a/trulens_eval/examples/expositional/frameworks/llama_index/llama_index_multimodal.ipynb +++ b/trulens_eval/examples/expositional/frameworks/llama_index/llama_index_multimodal.ipynb @@ -311,7 +311,7 @@ "source": [ "## Evaluate Multi-Modal RAGs with TruLens\n", "\n", - "Just like with text-based RAG systems, we can leverage the [RAG Triad](https://www.trulens.org/trulens_eval/core_concepts/rag_triad/) with TruLens to assess the quality of the RAG." + "Just like with text-based RAG systems, we can leverage the [RAG Triad](https://www.trulens.org/trulens_eval/getting_started/core_concepts/rag_triad/) with TruLens to assess the quality of the RAG." ] }, {