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
/
serializers
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
..
__init__.py
feat: add initial implementation of document and paragraph models with serializers
2025-04-29 10:04:34 +08:00
common.py
fix: update SQL queries to improve similarity calculations and indexing
2025-07-24 16:18:53 +08:00
document.py
transaction.on_commit 是 Django 提供的机制,它注册的回调函数只会在当前事务成功提交到数据库后执行。这样确保了:
2025-12-18 22:02:49 +08:00
knowledge_folder.py
feat: add optional user_id parameter to tool queries and serializers
2025-05-15 11:04:54 +08:00
knowledge.py
modify status parsing
2025-08-25 01:20:33 +08:00
paragraph.py
add log
2025-08-27 01:23:26 +08:00
problem.py
modify status parsing
2025-08-25 01:20:33 +08:00