maxkb/apps
朱潮 3b143448a6
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
transaction.on_commit 是 Django 提供的机制,它注册的回调函数只会在当前事务成功提交到数据库后执行。这样确保了:
- 事务成功时:文档已保存在数据库中,异步任务可以正常查询
  - 事务失败时:回调不会执行,避免了处理不存在的数据
2025-12-18 22:02:49 +08:00
..
application add log 2025-08-27 01:23:26 +08:00
chat feat: Support session variables (#3792) 2025-08-01 17:11:36 +08:00
common 修复mineru的json解析报错 2025-12-18 12:59:14 +08:00
folders fix: Workspace manager resource authorization permission 2025-07-11 11:33:15 +08:00
knowledge transaction.on_commit 是 Django 提供的机制,它注册的回调函数只会在当前事务成功提交到数据库后执行。这样确保了: 2025-12-18 22:02:49 +08:00
locales feat: Vllm whisper model 2025-08-20 18:25:21 +08:00
maxkb add mineru 2025-08-24 17:45:40 +08:00
models_provider 修改whisper 2025-12-18 20:50:07 +08:00
ops 修复Celery递归调用错误 2025-08-31 01:33:18 +08:00
oss add mineru 2025-08-24 17:45:40 +08:00
system_manage fix: refactor database collation refresh and reindex logic with improved error handling 2025-08-19 15:52:04 +08:00
tools feat: add MCP tool support with new form and dropdown options 2025-08-12 10:41:42 +08:00
users fix: correct role filtering in user role deletion logic 2025-08-06 15:44:03 +08:00
__init__.py chore: add init file for every folder 2025-04-29 10:31:49 +08:00
manage.py init project 2025-04-14 20:11:23 +08:00