Class N8nConfig
java.lang.Object
com.bytedesk.ai.springai.providers.n8n.N8nConfig
@Configuration
@ConfigurationProperties(prefix="bytedesk.n8n")
@ConditionalOnProperty(name="bytedesk.n8n.enabled",
havingValue="true",
matchIfMissing=false)
public class N8nConfig
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
-
N8nConfig
public N8nConfig()
-