Skip to content

Commit a4c8b9f

Browse files
committed
Update rag-tutorials.ipynb
1 parent d57da23 commit a4c8b9f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ch6/bonus-build-from-tutorials/rag-tutorials.ipynb

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Building question-and-answer pipelines for complex knowledge bases"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"#### Build an indexing pipeline from Haystack's documentation"
15+
]
16+
},
317
{
418
"cell_type": "code",
519
"execution_count": 8,
@@ -61,6 +75,13 @@
6175
"indexing_pipeline.connect(\"embedder\", \"writer\")"
6276
]
6377
},
78+
{
79+
"cell_type": "markdown",
80+
"metadata": {},
81+
"source": [
82+
"##### Populate the document store with relevant links"
83+
]
84+
},
6485
{
6586
"cell_type": "code",
6687
"execution_count": 9,
@@ -117,6 +138,13 @@
117138
"open_ai_key = os.getenv(\"OPENAI_API_KEY\")"
118139
]
119140
},
141+
{
142+
"cell_type": "markdown",
143+
"metadata": {},
144+
"source": [
145+
"### Answer questions using prompt templating"
146+
]
147+
},
120148
{
121149
"cell_type": "code",
122150
"execution_count": 10,

0 commit comments

Comments
 (0)