We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75abdc4 commit 83b0a7fCopy full SHA for 83b0a7f
QuestionAnswerVirtualAssistant/backend.py
@@ -1,25 +1,3 @@
1
-class QuesAnsVirtualAssistant:
2
- """
3
- Used for question-answering
4
-
5
- We want a table like this
6
- id | Question | Answer
7
8
- Programmatically represented as
9
- {
10
- id: {question: ..., answer: ...}
11
- }
12
13
- pass
14
15
16
17
18
19
20
21
22
23
import sqlite3
24
import json
25
import pandas as pd
0 commit comments