This commit is contained in:
hailin 2025-05-09 23:47:41 +08:00
parent a572143f62
commit b0860d9723
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
import os
import logging
# 确保路径变量已定义
USER_DOC_PATH = "docs"
USER_INDEX_PATH = "index_data"
def build_user_index(user_id: str):
# 设置日志
logger = logging.getLogger(__name__)