Skip to content

Commit 64eb488

Browse files
authored
remove beta on trag
1 parent 13a0fd9 commit 64eb488

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cleanlab_tlm/utils/rag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
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.
77
88
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.
119
"""
1210

1311
from __future__ import annotations

0 commit comments

Comments
 (0)