yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-23 10:45:56 +08:00
94147b24cc fix: sect_*.ui去entire_url改用绝对路径(子页面entire_url不可用)
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:58:22 +08:00
186e3659fb fix: size format MB/GB, add new_kb_form with button binds
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 18:54:21 +08:00
41db2df9c9 fix: 使用bricks原生ChartBar/ChartPie/ChartScatter替代WebWidget+Jinja2
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 18:50:53 +08:00
a31d0d3bbb fix: 图表改用原生CSS进度条(VBox+bgcolor),去掉不存在的WebWidget
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:47:50 +08:00
60d48a2fc2 fix: show all KBs, remove org_id filter for testing
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:44:47 +08:00
f923f6cceb fix: api/kb/list returns widget JSON, remove broken dspy files
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:42:32 +08:00
95c71a9b88 fix: wrap dspy async in asyncio.run_until_complete
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:41:15 +08:00
c48aa36f1b feat: bricks-native CRUD - dspy handlers + form + button binds
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 18:40:03 +08:00
12db192320 fix: api_model_perf/api_provider_roi params_kw=None时.get()→AttributeError,改用(params_kw or {})
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:31:46 +08:00
7af39b0737 feat: Tree CRUD APIs - dir_create/delete/list
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:30:09 +08:00
bc4289efc8 feat: dynamic KB cards from DSPY with real stats
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:21:04 +08:00
49d3d0291a feat: Tree widget for directory nav + folder_content dynamic view
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:14:52 +08:00
e41d034be4 fix: add upload/delete to init_rbac.py LOGINED paths
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:14:07 +08:00
ef783dc97f fix: use raw POST body for file upload instead of multipart
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:10:06 +08:00
c25351a65e feat: file upload → RAG ingest + file delete → cleanup pipeline
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 18:08:15 +08:00
e86ff06b98 fix: organization列名 name→orgname 对照model定义
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 18:06:32 +08:00
f5a91d10ec feat: KB detail page with directory tree + document list + upload zone
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 18:01:14 +08:00
bdffa5c81b fix: 模型延迟统一用COALESCE(ttft,ttot)覆盖异步模型
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 17:56:27 +08:00
85913f8332 fix: 模型性能排行按model归并(GROUP BY),消除同模型多条记录
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 17:54:58 +08:00
3b9391b582 fix: WebWidget script用{%set%}+json.dumps包裹,修复JSON转义错误