Skip to content

Commit

Permalink
Chain-of-Verification - Prompt Engineering
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Ankush Pala [email protected] committed Feb 21, 2024
1 parent 938c4ae commit 91ed66c
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 5 deletions.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
title: Advanced RAG on HuggingFace documentation using LangChain
- local: rag_evaluation
title: RAG Evaluation
- local: chain_of_verification
title: Chain-of-Verification Recipe - Prompt Engineering with AIConfig
Loading

0 comments on commit 91ed66c

Please sign in to comment.