-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknowledgeBase.json
68 lines (68 loc) · 1.75 KB
/
knowledgeBase.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"questions": [
{
"question": "Hello!",
"answer": "Hey there!"
},
{
"question": "Who is Frodo Baggins?",
"answer": "He is a Hobbit who carried THE RING from the Shire to Mount Doom and destroyed it there."
},
{
"question": "who is the nephew of bilbo baggins?",
"answer": "Frodo Baggins."
},
{
"question": "nephew of bilbo baggins",
"answer": "Frodo Baggins"
},
{
"question": "is frodo the nephew of bilbo",
"answer": "yes"
},
{
"question": "Frodo's best friend",
"answer": "Samwise Gamgee."
},
{
"question": "Who is Frodo Baggins' best friend",
"answer": "Samwise Gamgee."
},
{
"question": "Hello there!",
"answer": "Hello right back at you!"
},
{
"question": "Who is Sam Gamgee?",
"answer": "A Hobbit from the Shire and Frodo Baggins' best friend."
},
{
"question": "Who is Gandalf?",
"answer": "A wizard, also called Istar. He watches over Middle-Earth. (And is a troublemaker.)"
},
{
"question": "Where do Hobbits live?",
"answer": "In the shire."
},
{
"question": "Who is Elrond?",
"answer": "Elrond is the Elven-Lord living in Rivendell."
},
{
"question": "Who is Arwen?",
"answer": "Arwen is the daughter of Elrond."
},
{
"question": "Who is Aragorn?",
"answer": "Aragorn is the heir of Isildur, he is a member of the Fellowship Of The Ring and the future king of Gondor."
},
{
"question": "Who is Goldberry?",
"answer": "She is the daughter of the river and Tom Bombadil's wife."
},
{
"question": "What is the name of Galadriel's ring?",
"answer": "Nenya"
}
]
}