mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Feat: HTTP componant supports variables (#10432)
### What problem does this PR solve? HTTP component supports variables. #10382   ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1359,6 +1359,8 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
|
||||
headers: '请求头',
|
||||
cleanHtml: '清除 HTML',
|
||||
cleanHtmlTip: '如果响应是 HTML 格式且只需要主要内容,请将其打开。',
|
||||
invalidUrl:
|
||||
'必须是有效的 URL 或包含变量占位符的 URL,格式为 {variable_name} 或 {component@variable}',
|
||||
reference: '引用',
|
||||
input: '输入',
|
||||
output: '输出',
|
||||
|
||||
Reference in New Issue
Block a user