Spaces:
Runtime error
Runtime error
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' | |
] | |
} |