Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction.
This commit is contained in:
10
backend/app/services/__init__.py
Normal file
10
backend/app/services/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
业务服务模块
|
||||
"""
|
||||
|
||||
from .ontology_generator import OntologyGenerator
|
||||
from .graph_builder import GraphBuilderService
|
||||
from .text_processor import TextProcessor
|
||||
|
||||
__all__ = ['OntologyGenerator', 'GraphBuilderService', 'TextProcessor']
|
||||
|
||||
Reference in New Issue
Block a user