Spaces:
Running
Running
soyleyicicem
commited on
Commit
•
b4004d8
1
Parent(s):
82c9000
Update db_operations.py
Browse files- db_operations.py +1 -1
db_operations.py
CHANGED
@@ -25,7 +25,7 @@ class DatabaseOperations:
|
|
25 |
],
|
26 |
)
|
27 |
|
28 |
-
def save_user_history_demo(client, collection_name, question, answer, embeddings, point_id, manual):
|
29 |
|
30 |
vector = embeddings.embed_documents([question])[0]
|
31 |
client.upsert(
|
|
|
25 |
],
|
26 |
)
|
27 |
|
28 |
+
def save_user_history_demo(client, collection_name, question, answer, embeddings, point_id, manual, feedback):
|
29 |
|
30 |
vector = embeddings.embed_documents([question])[0]
|
31 |
client.upsert(
|