We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a8346 commit db514a5Copy full SHA for db514a5
wren-ai-service/src/globals.py
@@ -152,9 +152,7 @@ def create_service_container(
152
**pipe_components["followup_sql_generation"],
153
),
154
"sql_functions_retrieval": _sql_functions_retrieval_pipeline,
155
- "sql_executor": retrieval.SQLExecutor(
156
- **pipe_components["sql_executor"],
157
- ),
+ "sql_executor": _sql_executor_pipeline,
158
},
159
allow_intent_classification=settings.allow_intent_classification,
160
allow_sql_generation_reasoning=settings.allow_sql_generation_reasoning,
0 commit comments