MaxKB/apps/knowledge
王旭辉 d636d6ea7a
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
fix(vector): 修复 source_type 判断类型问题
- 将 source_type 转换为字符串后再与枚举值比较
- 避免了类型不匹配导致的判断错误
- 确保了数据分块功能的正常运行
2025-11-03 10:44:21 +08:00
..
api feat: implement knowledge tag management functionality 2025-10-15 11:35:34 +08:00
migrations feat: implement knowledge tag management functionality 2025-10-15 11:35:34 +08:00
models feat: implement knowledge tag management functionality 2025-10-15 11:35:34 +08:00
serializers refactor: replace get_embedding_model_default_params with get_model_default_params 2025-10-30 17:12:30 +08:00
sql feat: Variable aggregation 2025-10-17 17:31:59 +08:00
task refactor: replace get_embedding_model_default_params with get_model_default_params 2025-10-30 17:12:30 +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 fix(vector): 修复 source_type 判断类型问题 2025-11-03 10:44:21 +08:00
views feat: Replace source file permission 2025-10-22 11:25:11 +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 feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
tests.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
urls.py feat: add document replacement functionality with file upload 2025-10-20 15:32:30 +08:00