Files
ai-agent-admin/backend-fastapi/ai_platform/knowledge/schemas/__init__.py
T
2026-06-08 18:14:59 +08:00

7 lines
123 B
Python

"""
知识库 Schema
"""
from .knowledge_base_schema import *
from .document_schema import *
from .segment_schema import *