yumoqing
  • Joined on 2025-06-28
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 14:55:46 +08:00
b131eec10e fix: j2_is_distributor未注册时兜底false防客户黑屏
yumoqing pushed to main at yumoqing/rag 2026-07-24 14:34:44 +08:00
fbba95e683 fix: /rag/ prefix in all module URLs
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 14:34:44 +08:00
8e2aff27ac fix: single wwwroot/rag symlink, /rag/ prefix in all refs
yumoqing pushed to main at yumoqing/llmage 2026-07-24 14:34:25 +08:00
e246f91e77 fix: asyncinference KeyError status→.get(status)
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 14:34:02 +08:00
b3d2ff010c i18n: stat_success_rate/stat_fail_calls改用otext
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 14:04:12 +08:00
a44060f185 i18n: 实时卡片+index.ui标签改用otext/i18n,补全4语言翻译
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 13:51:03 +08:00
1af03bf195 fix: 删除多余i18n_getmsgs.dspy+注册
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 13:50:53 +08:00
88eb783940 fix: i18n目录移到sage_datamart/i18n(模块级),更正i18n_getmsgs路径
yumoqing pushed to main at yumoqing/sage_datamart 2026-07-24 13:50:04 +08:00
03645f1128 feat: i18n多语言支持(zh/en/jp/ko)+i18n_getmsgs端点
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:48:21 +08:00
0712856f09 add pyproject.toml
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:45:48 +08:00
e2c70c23c1 clean: remove conf directory
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 13:45:48 +08:00
132c87a6fd clean: remove init.py, merge into app/ragserver.py
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 13:43:51 +08:00
2f1eb8da6d fix: symlink path ../pkgs/rag (not ../../)
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 13:41:42 +08:00
414e596254 fix: .gitignore module symlinks + build.sh rm-ln pattern
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:39:48 +08:00
5664508234 fix: wwwroot/json/models/conf at repo root (Sage module convention)
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:37:01 +08:00
8bef57b89e fix: move code into rag/ subpackage for find_packages()
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:35:22 +08:00
796df405b4 fix: move CRUD json to json/, keep models/ for DB defs
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 13:27:05 +08:00
e3d9f87694 fix: rag wwwroot symlink into wwwroot + updated build.sh
yumoqing pushed to main at yumoqing/rag 2026-07-24 13:27:05 +08:00
93fa95ea69 fix: rename init_ragserver → init_rag_module
yumoqing pushed to main at yumoqing/ragserver 2026-07-24 13:25:39 +08:00
b76d1b85e8 refactor: extract rag business module, keep ragserver as shell