This commit is contained in:
hailin 2025-05-11 00:02:57 +08:00
parent fd4c0604e1
commit 15b5d1d707
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from llama_index.vector_stores.faiss import FaissVectorStore
from app.core.config import settings # 导入应用配置
from scripts.permissions import get_user_allowed_indexes # 导入权限函数,管理用户索引
import numpy as np
from llama_index.core import Node
USER_INDEX_PATH = "index_data" # 用户索引存储路径