MaxKB/apps/knowledge/serializers
CaptainB b36faff714
Some checks failed
sync2gitee / repo-sync (push) Has been cancelled
Typos Check / Spell Check with Typos (push) Has been cancelled
chore: update document deletion logic to handle paragraph IDs and related mappings
--bug=1063248 --user=刘瑞斌 【知识库】删除文档时,分段与问题的关联关系没有清除 https://www.tapd.cn/62980211/s/1793500
2025-11-03 16:38:21 +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 refactor: replace get_embedding_model_default_params with get_model_default_params 2025-10-30 17:12:30 +08:00
document.py chore: update document deletion logic to handle paragraph IDs and related mappings 2025-11-03 16:38:21 +08:00
knowledge.py feat: add search document node functionality and related configurations 2025-10-17 10:27:31 +08:00
knowledge_folder.py feat: add optional user_id parameter to tool queries and serializers 2025-05-15 11:04:54 +08:00
paragraph.py chore: add model_params_setting to document, knowledge, and paragraph processing 2025-09-05 17:48:40 +08:00
problem.py feat: update permission checks to remove row.id dependency and add workspace_id to knowledge retrieval 2025-07-30 09:56:33 +08:00
tag.py feat: implement knowledge tag management functionality 2025-10-15 11:35:34 +08:00