-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKnowledge_base.json
More file actions
37 lines (37 loc) · 1.2 KB
/
Copy pathKnowledge_base.json
File metadata and controls
37 lines (37 loc) · 1.2 KB
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
{
"questions": [
{
"question": "Hello",
"answer": "Hello there"
},
{
"question": "Hi",
"answer": "Hii"
},
{
"question": "what is your name",
"answer": "Aryan"
},
{
"question": "clear",
"answer": "end"
},
{
"question": "1+7",
"answer": "8"
},
{
"question": "hii",
"answer": "quit"
},
{
"question": "capital of india",
"answer": "Delhi"
}
,
{
"question": "Marcus Aurelius",
"answer": "Marcus Aurelius was the son of the praetor Marcus Annius Verus and his wife, Domitia Calvilla. He was related through marriage to the emperors Trajan and Hadrian. Marcus's father died when he was three, and he was raised by his mother and paternal grandfather. After Hadrian's adoptive son, Aelius Caesar, died in 138, Hadrian adopted Marcus's uncle Antoninus Pius as his new heir. In turn, Antoninus adopted Marcus and Lucius, the son of Aelius. Hadrian died that year, and Antoninus became emperor. Now heir to the throne, Marcus studied Greek and Latin under tutors such as Herodes Atticus and Marcus Cornelius Fronto. He married Antoninus's daughter Faustina in 145."
}
]
}