Spaces:
Sleeping
Sleeping
Update modules/semantic/semantic_interface.py
Browse files
modules/semantic/semantic_interface.py
CHANGED
|
@@ -23,6 +23,7 @@ from .semantic_process import (
|
|
| 23 |
|
| 24 |
from ..utils.widget_utils import generate_unique_key
|
| 25 |
from ..database.semantic_mongo_db import store_student_semantic_result
|
|
|
|
| 26 |
|
| 27 |
# from ..database.semantic_export import export_user_interactions
|
| 28 |
|
|
|
|
| 23 |
|
| 24 |
from ..utils.widget_utils import generate_unique_key
|
| 25 |
from ..database.semantic_mongo_db import store_student_semantic_result
|
| 26 |
+
from ..database.chat_mongo_db import store_chat_history
|
| 27 |
|
| 28 |
# from ..database.semantic_export import export_user_interactions
|
| 29 |
|