Skip to content

Commit 56dd542

Browse files
committed
feat: add hallucination check requirement
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
1 parent 9606814 commit 56dd542

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

docs/examples/rag/rag_with_hallucination_detection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,3 @@ def rag_with_validation(session, query, documents, requirement):
157157
print("\n" + "=" * 60)
158158
print("Example complete!")
159159
print("=" * 60)
160-

docs/examples/rag/rag_with_instruct_and_validation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,3 @@ def instruct_with_rag_validation(
209209
print("\n" + "=" * 60)
210210
print("Examples complete!")
211211
print("=" * 60)
212-

docs/examples/requirements/hallucination_session_example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,3 @@
163163
print("\n" + "=" * 60)
164164
print("Examples complete!")
165165
print("=" * 60)
166-

0 commit comments

Comments
 (0)