【功能新增】AI:新增知识库分段的新增

This commit is contained in:
YunaiV
2025-03-02 21:52:31 +08:00
parent 5f5e77a392
commit 3f460dc620
11 changed files with 136 additions and 41 deletions

View File

@@ -60,5 +60,6 @@ public interface ErrorCodeConstants {
ErrorCode KNOWLEDGE_DOCUMENT_FILE_READ_FAIL = new ErrorCode(1_022_008_102, "文档加载失败!");
ErrorCode KNOWLEDGE_SEGMENT_NOT_EXISTS = new ErrorCode(1_022_008_202, "段落不存在!");
ErrorCode KNOWLEDGE_SEGMENT_CONTENT_TOO_LONG = new ErrorCode(1_022_008_203, "内容 Token 数为 {},超过最大限制 {}");
}