This website requires JavaScript.
Explore
Help
Register
Sign In
zhuchaowe
/
maxkb
Watch
1
Star
0
Fork
0
You've already forked maxkb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3b143448a6
maxkb
/
apps
/
knowledge
History
朱潮
3b143448a6
Some checks are pending
sync2gitee / repo-sync (push)
Waiting to run
Details
Typos Check / Spell Check with Typos (push)
Waiting to run
Details
transaction.on_commit 是 Django 提供的机制,它注册的回调函数只会在当前事务成功提交到数据库后执行。这样确保了:
...
- 事务成功时:文档已保存在数据库中,异步任务可以正常查询 - 事务失败时:回调不会执行,避免了处理不存在的数据
2025-12-18 22:02:49 +08:00
..
api
modify status parsing
2025-08-25 01:20:33 +08:00
migrations
feat: add MCP tool support with new form and dropdown options
2025-08-12 10:41:42 +08:00
models
modify file status
2025-08-31 11:16:33 +08:00
serializers
transaction.on_commit 是 Django 提供的机制,它注册的回调函数只会在当前事务成功提交到数据库后执行。这样确保了:
2025-12-18 22:02:49 +08:00
sql
modify status parsing
2025-08-25 01:20:33 +08:00
tasks
modify file status
2025-08-31 11:16:33 +08:00
template
fix: remove default model reference from embedding_model and add export paths for templates
2025-06-17 17:20:00 +08:00
vector
add log
2025-08-27 01:41:47 +08:00
views
modify status parsing
2025-08-25 01:20:33 +08:00
__init__.py
feat: add initial model structure for knowledge management
2025-04-25 14:06:23 +08:00
admin.py
feat: add initial model structure for knowledge management
2025-04-25 14:06:23 +08:00
apps.py
修复Celery递归调用错误
2025-08-31 01:33:18 +08:00
tests.py
feat: add initial model structure for knowledge management
2025-04-25 14:06:23 +08:00
urls.py
modify status parsing
2025-08-25 01:20:33 +08:00