Explorar o código

fix: 暂时禁用 RAG 自动索引功能

设置 rag.auto-index.enabled=false,避免在测试环境中
因 Ollama 服务未配置导致的死循环问题

后续配置好 Ollama 后可重新启用
何文松 hai 1 mes
pai
achega
a96b8e0237

+ 1 - 1
backend/lingyue-starter/src/main/resources/application.properties

@@ -95,7 +95,7 @@ rag.chunk.overlap=50
 rag.search.top-k=3
 
 # RAG 自动索引配置
-rag.auto-index.enabled=true
+rag.auto-index.enabled=false
 
 # XSS防护配置
 xss.enabled=true