Update modules/semantic/semantic_live_interface.py
Browse files
modules/semantic/semantic_live_interface.py
CHANGED
@@ -16,7 +16,7 @@ from .semantic_process import (
|
|
16 |
#
|
17 |
from ..utils.widget_utils import generate_unique_key
|
18 |
#
|
19 |
-
from ..database.semantic_mongo_live_db import
|
20 |
#
|
21 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
22 |
|
|
|
16 |
#
|
17 |
from ..utils.widget_utils import generate_unique_key
|
18 |
#
|
19 |
+
from ..database.semantic_mongo_live_db import store_student_semantic_live_result
|
20 |
#
|
21 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
22 |
|