1.修复创建多个向量库

This commit is contained in:
2026-06-09 13:34:21 +08:00
parent 6cdb38df68
commit f3543f4188
74 changed files with 19636 additions and 3514 deletions

View File

@@ -46,6 +46,7 @@ public class AiApiConfig {
private String list = "/documents/list";
private String delete = "/documents";
private String chunks = "/documents/{path}/chunks";
private String preview = "/documents/{path}/preview";
private String deprecate = "/collections/{name}/documents/{filename}/deprecate";
private String restore = "/collections/{name}/documents/{filename}/restore";
private String versions = "/collections/{name}/documents/{filename}/versions";