类 RagFlowConfig
java.lang.Object
com.sh.ai.impl.AIBaseConfig
com.sh.ai.impl.RagAIBaseConfig
com.sh.ai.impl.ragflow.RagFlowConfig
- 所有已实现的接口:
Serializable
RagFlow请求参数,基于会话使用的是openai的接口
- 另请参阅:
-
字段概要
从类继承的字段 com.sh.ai.impl.RagAIBaseConfig
ragChatId从类继承的字段 com.sh.ai.impl.AIBaseConfig
addSkill, apiKey, baseUrl, debug, from, mcpServerList, memory, options, query, sessionId, sessionName, system, toolAppendSystem, toolList, user -
构造器概要
构造器 -
方法概要
从类继承的方法 com.sh.ai.impl.AIBaseConfig
addLocalFile, addMcpServer, addOption, addTool, clearLocalFile, getApiKey, getBaseUrl, getCommonParamObj, getFileList, getFrom, getMcpServerList, getMcpTool, getOptions, getPrompt, getQuery, getSessionId, getSessionName, getSystem, getTool, getToolArg, getToolList, getUser, hasTool, isAddSkill, isDebug, isToolAppendSystem, setAddSkill, setApiKey, setCommonParamObj, setDebug, setFrom, setMemory, setQuery, setSessionId, setSessionName, setSystem, setToolAppendSystem, setToolArgsMap, setUser
-
构造器详细资料
-
RagFlowConfig
public RagFlowConfig()
-
-
方法详细资料
-
getRawParam
转换为参数结构体对象- 返回:
-
getErrorMsg
从类复制的说明:AIBaseConfig当前配置是否有效- 覆盖:
getErrorMsg在类中AIBaseConfig- 返回:
-
setBaseUrl
- 覆盖:
setBaseUrl在类中AIBaseConfig
-