File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,9 @@ def create_service_container(
125
125
** pipe_components ["user_guide_assistance" ],
126
126
wren_ai_docs = wren_ai_docs ,
127
127
),
128
+ "data_exploration_assistance" : generation .DataExplorationAssistance (
129
+ ** pipe_components ["data_exploration_assistance" ],
130
+ ),
128
131
"db_schema_retrieval" : _db_schema_retrieval_pipeline ,
129
132
"historical_question" : retrieval .HistoricalQuestionRetrieval (
130
133
** pipe_components ["historical_question_retrieval" ],
@@ -148,10 +151,6 @@ def create_service_container(
148
151
"sql_functions_retrieval" : _sql_functions_retrieval_pipeline ,
149
152
"sql_executor" : retrieval .SQLExecutor (
150
153
** pipe_components ["sql_executor" ],
151
- engine_timeout = settings .engine_timeout ,
152
- ),
153
- "data_exploration_assistance" : generation .DataExplorationAssistance (
154
- ** pipe_components ["data_exploration_assistance" ],
155
154
),
156
155
},
157
156
allow_intent_classification = settings .allow_intent_classification ,
You can’t perform that action at this time.
0 commit comments