File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
ch6/bonus-build-from-tutorials Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 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 ,
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 ,
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 ,
You can’t perform that action at this time.
0 commit comments