This commit is contained in:
hailin 2025-05-10 13:47:42 +08:00
parent 636bd451f5
commit b29b3ef6bc
1 changed files with 0 additions and 3 deletions

View File

@ -135,9 +135,6 @@ def build_user_index(user_id: str):
)
try:
# 禁用 LLM
Settings.llm = None
# 构建索引,并使用 `storage_context.persist()` 方法保存索引
index = VectorStoreIndex.from_documents(
documents,