Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,8 +4,8 @@ import functools
|
|
| 4 |
from concurrent.futures import ThreadPoolExecutor
|
| 5 |
import contextvars
|
| 6 |
import logging
|
| 7 |
-
from
|
| 8 |
-
from
|
| 9 |
|
| 10 |
# Configure logging
|
| 11 |
logging.basicConfig(level=logging.INFO)
|
|
|
|
| 4 |
from concurrent.futures import ThreadPoolExecutor
|
| 5 |
import contextvars
|
| 6 |
import logging
|
| 7 |
+
from model.contextual_response.contextual_response import RAGManager, get_contextual_response
|
| 8 |
+
from model.multi_layer_operation_predictor.operation_predictor import get_operation_definition
|
| 9 |
|
| 10 |
# Configure logging
|
| 11 |
logging.basicConfig(level=logging.INFO)
|