Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
"""
|
||||
知识库数据模型
|
||||
"""
|
||||
from .knowledge_base_model import KnowledgeBase
|
||||
from .document_model import KnowledgeDocument
|
||||
from .segment_model import KnowledgeSegment
|
||||
from .annotation_model import KnowledgeAnnotation
|
||||
from .retrieval_log_model import KnowledgeRetrievalLog
|
||||
|
||||
__all__ = [
|
||||
'KnowledgeBase',
|
||||
'KnowledgeDocument',
|
||||
'KnowledgeSegment',
|
||||
'KnowledgeAnnotation',
|
||||
'KnowledgeRetrievalLog',
|
||||
]
|
||||
Reference in New Issue
Block a user