This commit is contained in:
parent
a572143f62
commit
b0860d9723
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Reference in New Issue