Spaces:
Sleeping
Sleeping
soyleyicicem
commited on
Update db_operations.py
Browse files- db_operations.py +2 -1
db_operations.py
CHANGED
@@ -36,7 +36,8 @@ class DatabaseOperations:
|
|
36 |
payload={"manual": manual,
|
37 |
"create_date": datetime.datetime.now().isoformat(),
|
38 |
"question": question,
|
39 |
-
"answer": answer
|
|
|
40 |
vector=vector,
|
41 |
)
|
42 |
],
|
|
|
36 |
payload={"manual": manual,
|
37 |
"create_date": datetime.datetime.now().isoformat(),
|
38 |
"question": question,
|
39 |
+
"answer": answer,
|
40 |
+
"feedback": feedback},
|
41 |
vector=vector,
|
42 |
)
|
43 |
],
|