Skip to content

Commit

Permalink
Add links to the overview
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgeyucel committed Dec 6, 2023
1 parent 3bdd6bc commit 1ad427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/27_First_RAG_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"## Overview\n",
"\n",
"This tutorial shows you how to create a generative question-answering pipeline using the retrieval-augmentation ([RAG](https://www.deepset.ai/blog/llms-retrieval-augmentation)) approach with Haystack 2.0. The process involves three main components: InMemoryBM25Retriever for fetching relevant documents, PromptBuilder for creating a template prompt, and GPTGenerator for generating responses.\n",
"This tutorial shows you how to create a generative question-answering pipeline using the retrieval-augmentation ([RAG](https://www.deepset.ai/blog/llms-retrieval-augmentation)) approach with Haystack 2.0. The process involves three main components: [InMemoryBM25Retriever](https://docs.haystack.deepset.ai/v2.0/docs/inmemorybm25retriever] for fetching relevant documents, [PromptBuilder](https://docs.haystack.deepset.ai/v2.0/docs/promptbuilder) for creating a template prompt, and [GPTGenerator](https://docs.haystack.deepset.ai/v2.0/docs/gptgenerator) for generating responses.\n",
"\n",
"For this tutorial, you'll use the Wikipedia pages of [Seven Wonders of the Ancient World](https://en.wikipedia.org/wiki/Wonders_of_the_World) as Documents, but you can replace them with any text you want.\n"
]
Expand Down

0 comments on commit 1ad427e

Please sign in to comment.