MaxKB/apps/knowledge
CaptainB a3e2e8b548 fix: change workspace_id field type from UUIDField to CharField in serializers 2025-06-12 17:47:41 +08:00
..
api feat: update problem serializers to use ListField for batch requests 2025-06-09 17:38:08 +08:00
migrations feat: add migration to insert default data for ToolFolder and KnowledgeFolder 2025-06-11 15:07:38 +08:00
models feat: alter document and paragraph status fields and update foreign key constraints 2025-06-09 19:12:52 +08:00
serializers fix: change workspace_id field type from UUIDField to CharField in serializers 2025-06-12 17:47:41 +08:00
sql fix: add scope field to knowledge serializers and update related SQL queries 2025-06-11 20:35:25 +08:00
task feat: add SyncWeb and GenerateRelated APIs for knowledge base synchronization and related generation 2025-05-08 16:49:12 +08:00
vector feat: add initial implementation of document and paragraph models with serializers 2025-04-29 10:04:34 +08:00
views fix: add scope field to knowledge serializers and update related SQL queries 2025-06-11 20:35:25 +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 shared document and paragraph views with related permissions 2025-06-06 17:55:06 +08:00