feat: 知识库小重构x2

This commit is contained in:
墨梓柒
2025-06-07 13:46:24 +08:00
parent 0038d9ff60
commit ab2b7ec9ed
9 changed files with 27 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ import datetime # 新增导入
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
from src.common.logger_manager import get_logger
from src.chat.knowledge.src.lpmmconfig import global_config
from src.chat.knowledge.lpmmconfig import global_config
logger = get_logger("lpmm")
ROOT_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))