You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cleanlab_tlm/utils/rag.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@
6
6
You can also customize Evals for your use-case. Each Eval provides real-time detection of quality issues in your RAG application based on the: user query, retrieved context (documents), and/or LLM-generated response.
7
7
8
8
For RAG use-cases, we recommend using this module's `TrustworthyRAG` object in place of the basic `TLM` object.
9
-
10
-
This feature is in Beta, contact us if you encounter issues.
0 commit comments