wizardchen
3f9b09e306
fix(pipeline): make data-analysis stage opt-in per agent ( #1244 )
...
The legacy in-pipeline DuckDB SQL data-analysis stage used to run on every
quick-answer RAG request whose retrieved chunks included a CSV/Excel file,
adding one extra LLM round-trip (~3s) to generate a SQL query that most
plain Q&A users never wanted. There was no way to disable it.
Introduce a per-agent DataAnalysisEnabled flag (default off), wire it
through PipelineRequest, and gate the DATA_ANALYSIS stage on it. Surface
the toggle in the agent editor for quick-answer agents with at least one
knowledge base attached.
Refs: https://github.com/Tencent/WeKnora/issues/1244
2026-05-12 19:39:35 +08:00
..
2026-05-12 18:29:47 +08:00
2026-04-15 20:21:12 +08:00
2026-04-22 21:18:20 +08:00
2026-04-22 21:18:20 +08:00
2026-03-17 22:23:24 +08:00
2026-03-09 11:46:56 +08:00
2026-05-12 19:39:35 +08:00
2026-05-10 22:57:12 +08:00
2026-05-06 17:17:07 +08:00
2026-05-06 21:16:48 +08:00
2025-08-05 15:08:07 +08:00
2026-04-24 10:29:19 +08:00
2026-04-22 21:17:17 +08:00
2026-04-02 12:01:25 +08:00
2026-05-12 19:39:35 +08:00
2025-08-05 15:08:07 +08:00
2026-04-24 13:16:47 +08:00
2026-05-06 21:16:48 +08:00
2026-01-14 17:30:04 +08:00
2025-08-05 15:08:07 +08:00
2025-11-25 16:30:54 +08:00
2025-11-07 22:41:41 +08:00
2026-04-16 18:13:20 +08:00
2026-03-19 18:20:09 +08:00
2026-03-19 18:20:09 +08:00
2026-02-25 14:29:54 +08:00
2026-04-22 21:18:10 +08:00
2026-04-22 21:17:36 +08:00
2026-04-22 21:17:36 +08:00
2026-05-12 18:29:47 +08:00
2026-04-20 19:53:44 +08:00
2026-05-06 17:17:07 +08:00
2026-05-10 22:57:12 +08:00
2026-02-25 14:29:54 +08:00
2026-04-14 18:21:12 +08:00
2026-04-30 15:17:56 +08:00
2026-02-09 11:40:25 +08:00
2026-03-17 22:23:24 +08:00
2026-04-10 12:49:20 +08:00
2026-05-06 17:17:07 +08:00
2026-05-09 13:14:01 +08:00
2026-03-26 18:57:12 +08:00
2026-04-30 16:23:00 +08:00
2026-04-16 23:15:02 +08:00
2026-05-10 00:01:06 +08:00
2026-05-10 00:01:06 +08:00
2026-04-24 13:16:47 +08:00
2026-05-10 00:02:05 +08:00
2026-05-10 00:02:05 +08:00
2026-04-24 13:16:47 +08:00
2026-03-30 11:13:44 +08:00
2026-05-09 13:14:01 +08:00
2026-05-09 13:14:01 +08:00
2026-05-11 16:53:47 +08:00
2026-04-30 15:28:35 +08:00
2026-04-30 15:28:35 +08:00
2026-04-15 11:37:24 +08:00
2026-05-08 21:48:52 +08:00
2026-04-22 21:18:32 +08:00
2026-05-10 00:01:06 +08:00