fix: 1. 修复Milvus向量存储时索引越界 2. 移除无用首页

This commit is contained in:
ageerle
2025-03-25 09:57:53 +08:00
parent e893110ee5
commit 0639a3ef16
184 changed files with 159 additions and 11795 deletions

View File

@@ -20,7 +20,7 @@ public class IndexController {
*/
@GetMapping("/")
public String index() {
return "index.html";
return "RuoYi-AI 启动成功!";
}
@GetMapping("/success")