Merge remote-tracking branch 'origin' into refactor/ttd_modularization
Browse files
climateqa/engine/talk_to_data/main.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from climateqa.engine.talk_to_data.workflow.drias import drias_workflow
|
2 |
from climateqa.engine.llm import get_llm
|
3 |
from climateqa.logging import log_drias_interaction_to_huggingface
|
|
|
4 |
import ast
|
5 |
|
6 |
async def ask_drias(query: str, index_state: int = 0, user_id: str = None) -> tuple:
|
|
|
1 |
from climateqa.engine.talk_to_data.workflow.drias import drias_workflow
|
2 |
from climateqa.engine.llm import get_llm
|
3 |
from climateqa.logging import log_drias_interaction_to_huggingface
|
4 |
+
from climateqa.logging import log_drias_interaction_to_huggingface
|
5 |
import ast
|
6 |
|
7 |
async def ask_drias(query: str, index_state: int = 0, user_id: str = None) -> tuple:
|