7 lines
123 B
Python
7 lines
123 B
Python
"""
|
|
知识库 Schema
|
|
"""
|
|
from .knowledge_base_schema import *
|
|
from .document_schema import *
|
|
from .segment_schema import *
|