feat: 增加RAG知识库与文档基础骨架
This commit is contained in:
11
src/main/java/com/bruce/rag/constant/RagSystemConstants.java
Normal file
11
src/main/java/com/bruce/rag/constant/RagSystemConstants.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package com.bruce.rag.constant;
|
||||
|
||||
public final class RagSystemConstants {
|
||||
|
||||
public static final String RAG_STORE = "RAG_STORE";
|
||||
|
||||
public static final String RAG_DOCUMENT = "RAG_DOCUMENT";
|
||||
|
||||
private RagSystemConstants() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user