Class RagflowConfig
java.lang.Object
com.bytedesk.ai.springai.providers.ragflow.RagflowConfig
@Configuration
@ConfigurationProperties(prefix="bytedesk.ragflow")
@ConditionalOnProperty(name="bytedesk.ragflow.enabled",
havingValue="true",
matchIfMissing=false)
public class RagflowConfig
extends Object
RAGFlow 配置属性
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled是否启用 RAGFlow -
apiUrl
RAGFlow API 地址 -
apiKey
RAGFlow API 密钥 -
defaultModel
默认模型名称 -
defaultStream
private boolean defaultStream是否默认使用流式响应 -
timeout
private int timeout请求超时时间(毫秒) -
maxRetries
private int maxRetries最大重试次数 -
debugEnabled
private boolean debugEnabled是否启用调试日志
-
-
Constructor Details
-
RagflowConfig
public RagflowConfig()
-