yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-22 10:48:09 +08:00
3439ce0a2c fix: dm_model_perf_daily.catelogid 10→32 + GROUP BY userorgid加表前缀 + 独立聚合脚本aggregate_all.py
yumoqing pushed to main at yumoqing/ragserver 2026-07-22 10:40:23 +08:00
895573aaad fix: add /bricks/** to RBAC public paths
19dbfea058 fix: rewrite init_rbac.py with correct DB schema and sqlorContext API
Compare 2 commits »
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:33:01 +08:00
1fedd68a52 fix: build.sh password_key sync preserves config; add tmpl processor
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 18:30:41 +08:00
72eeba1c2a fix: GROUP BY currency加表前缀dm_model_call_fact消除ambiguous警告
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:30:18 +08:00
3270e4b1c9 fix: add .tmpl processor for bricks BricksUIProcessor
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:28:33 +08:00
59be0a4931 fix: import bricks_for_python and load_pybricks for bui processor
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:25:46 +08:00
4de9e59747 fix: import bricks_for_python to register bui processor
yumoqing pushed to main at yumoqing/bge-reranker 2026-07-21 18:20:59 +08:00
75e5bc85e6 merge: bge-reranker service from GPU server
a4791eb1e0 feat: BGE-Reranker service with /api/status and /api/rerank endpoints
Compare 2 commits »
yumoqing created branch master in yumoqing/bge-reranker 2026-07-21 18:19:35 +08:00
yumoqing pushed to master at yumoqing/bge-reranker 2026-07-21 18:19:35 +08:00
a4791eb1e0 feat: BGE-Reranker service with /api/status and /api/rerank endpoints
yumoqing created repository yumoqing/bge-reranker 2026-07-21 18:19:12 +08:00
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 18:16:32 +08:00
6fb1b8cf44 fix: DSPY格式统一为Python脚本+json.dumps,消除JSON格式导致的NoneType异常
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 18:15:11 +08:00
0a35be5101 fix: 补全所有j2_*和api_model_perf/api_provider_roi的try/except,彻底消除None返回
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:10:00 +08:00
787a304768 fix: use mysql driver, AES encrypted password, remove minsize/maxsize
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:07:47 +08:00
3aa38a8b51 fix: correct sqlor import in init_rbac.py
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:07:19 +08:00
0921f4d7f3 fix: float fields + RBAC init script
yumoqing pushed to main at yumoqing/ragserver 2026-07-21 18:06:10 +08:00
db15bb5ea5 fix: float fields need length for DDL generation
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 18:05:19 +08:00
e0399c4178 fix: 所有API函数加try/except防止get_sor_context异常返回None
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 17:57:02 +08:00
abc457d547 fix: 去掉get_sor_context包装,sor已传入直接用
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-21 17:52:27 +08:00
33447fbbe5 fix: _get_exchange_rates/_load_usage_log_bills env取sor.env,无则ServerEnv()兜底