添加知识库管理

This commit is contained in:
XIE7654
2025-07-15 10:21:18 +08:00
parent badba2662f
commit b82b38940b
14 changed files with 474 additions and 66 deletions

View File

@@ -2,8 +2,10 @@ __all__ = [
'AIApiKeyViewSet',
'AIModelViewSet',
'ToolViewSet',
'KnowledgeViewSet',
]
from ai.views.ai_api_key import AIApiKeyViewSet
from ai.views.ai_model import AIModelViewSet
from ai.views.tool import ToolViewSet
from ai.views.tool import ToolViewSet
from ai.views.knowledge import KnowledgeViewSet