Skip to content

Commit edb0ed7

Browse files
author
Ankush Pala [email protected]
committed
Chain-of-Verification - Prompt Engineering
Chain-of-Verification is a prompt engineering technique to reduce hallucinations from LLMs! Research Paper (Meta AI): https://arxiv.org/pdf/2309.11495.pdf This recipe uses AIConfig - an open-source config-based framework for building generative AI applications. https://github.com/lastmile-ai/aiconfig/tree/main
1 parent 598aa52 commit edb0ed7

File tree

3 files changed

+497
-4
lines changed

3 files changed

+497
-4
lines changed

notebooks/en/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
title: Advanced RAG on HuggingFace documentation using LangChain
1515
- local: rag_evaluation
1616
title: RAG Evaluation
17+
- local: chain_of_verification
18+
title: Chain-of-Verification Recipe - Prompt Engineering with AIConfig

0 commit comments

Comments
 (0)