Skip to content

Commit

Permalink
Fix "the the" typo. (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKurokawa authored Nov 8, 2023
1 parent f797638 commit 1f7535c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The best way to support TruLens is to give us a ⭐ and join our [slack communit
TruLens-Eval has two key value propositions:

1. Evaluation:
* TruLens supports the the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* TruLens supports the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* A number of feedback functions for evaluation are implemented out-of-the-box such as groundedness, relevance and toxicity. The framework is also easily extensible for custom evaluation requirements.
2. Tracking:
* TruLens contains instrumentation for any LLM application including question answering, retrieval-augmented generation, agent-based applications and more. This instrumentation allows for the tracking of a wide variety of usage metrics and metadata. Read more in the [instrumentation overview](basic_instrumentation.ipynb).
Expand Down
2 changes: 1 addition & 1 deletion docs/trulens_eval/gh_top_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The best way to support TruLens is to give us a ⭐ and join our [slack communit
TruLens-Eval has two key value propositions:

1. Evaluation:
* TruLens supports the the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* TruLens supports the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* A number of feedback functions for evaluation are implemented out-of-the-box such as groundedness, relevance and toxicity. The framework is also easily extensible for custom evaluation requirements.
2. Tracking:
* TruLens contains instrumentation for any LLM application including question answering, retrieval-augmented generation, agent-based applications and more. This instrumentation allows for the tracking of a wide variety of usage metrics and metadata. Read more in the [instrumentation overview](basic_instrumentation.ipynb).
Expand Down
2 changes: 1 addition & 1 deletion docs/trulens_eval/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Using feedback functions, you can objectively evaluate the quality of the respon
TruLens-Eval has two key value propositions:

1. Evaluation:
* TruLens supports the the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* TruLens supports the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* A number of feedback functions for evaluation are implemented out-of-the-box such as groundedness, relevance and toxicity. The framework is also easily extensible for custom evaluation requirements.
2. Tracking:
* TruLens contains instrumentation for any LLM application including question answering, retrieval-augmented generation, agent-based applications and more. This instrumentation allows for the tracking of a wide variety of usage metrics and metadata. Read more in the [instrumentation overview](https://www.trulens.org/trulens_eval/basic_instrumentation/).
Expand Down
2 changes: 1 addition & 1 deletion trulens_eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Using feedback functions, you can objectively evaluate the quality of the respon
TruLens-Eval has two key value propositions:

1. Evaluation:
* TruLens supports the the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* TruLens supports the evaluation of inputs, outputs and internals of your LLM application using any model (including LLMs).
* A number of feedback functions for evaluation are implemented out-of-the-box such as groundedness, relevance and toxicity. The framework is also easily extensible for custom evaluation requirements.
2. Tracking:
* TruLens contains instrumentation for any LLM application including question answering, retrieval-augmented generation, agent-based applications and more. This instrumentation allows for the tracking of a wide variety of usage metrics and metadata. Read more in the [instrumentation overview](https://www.trulens.org/trulens_eval/basic_instrumentation/).
Expand Down

0 comments on commit 1f7535c

Please sign in to comment.