Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ from level_classifier_tool_2 import (
|
|
| 18 |
HFEmbeddingBackend,
|
| 19 |
build_phrase_index
|
| 20 |
)
|
| 21 |
-
from task_temp import
|
| 22 |
from all_tools import classify_and_score, QuestionRetrieverTool
|
| 23 |
from phrases import BLOOMS_PHRASES, DOK_PHRASES
|
| 24 |
# Prebuild embeddings once
|
|
|
|
| 18 |
HFEmbeddingBackend,
|
| 19 |
build_phrase_index
|
| 20 |
)
|
| 21 |
+
from task_temp import rag_temp, rag_cls_temp, cls_temp, gen_temp
|
| 22 |
from all_tools import classify_and_score, QuestionRetrieverTool
|
| 23 |
from phrases import BLOOMS_PHRASES, DOK_PHRASES
|
| 24 |
# Prebuild embeddings once
|