File size: 523 Bytes
98186e3
 
 
 
 
 
 
 
 
 
ff167f0
 
98186e3
 
 
 
 
 
 
 
 
 
3b6beaf
98186e3
 
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
Queries = {
    'Who are you?': [
        'Who is Wagner Chatbot?',
        'Tell me about Wagner?',
        'Who is Wagner AI?'
    ],
    
    'who is Daniel Ringel?': [
        'Tell me about Daniel Ringel',
        'Can you show Daniel Ringel\'s CV?',
        'Who is Daniel R.?',
        'Who is Ringel?'
    ],
}

# Each query will map to a document
Query_Doc_Map = {
    'Who are you?': [
        'Who-is-Wagner-Chatbot-Response.docx'
    ],

    'who is Daniel Ringel?': [
        'CV/Ringel_Daniel_CV.docx'
    ]
}