feat(rag-document): 补全文档管理接口与页面

This commit is contained in:
zhiye.sun
2026-05-21 15:34:12 +08:00
parent 67cfbeb572
commit 541c3ff455
12 changed files with 1233 additions and 15 deletions

View File

@@ -6,6 +6,11 @@ public final class RagSystemConstants {
public static final String RAG_DOCUMENT = "RAG_DOCUMENT";
/**
* 用于 sys_attachment.sourceType 标识该附件归属于 RAG 知识库业务。
*/
public static final String SOURCE_TYPE_RAG = "RAG";
private RagSystemConstants() {
}
}