1.修复创建多个向量库
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user