### What problem does this PR solve? feat: Add DynamicInputVariable to RetrievalForm #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -30,6 +30,8 @@ export default {
|
||||
warn: 'Warn',
|
||||
action: 'Action',
|
||||
s: 'S',
|
||||
pleaseSelect: 'Please select',
|
||||
pleaseInput: 'Please input',
|
||||
},
|
||||
login: {
|
||||
login: 'Sign in',
|
||||
@@ -744,7 +746,7 @@ The above is the content you need to summarize.`,
|
||||
googleDescription:
|
||||
'This component is used to get search result fromhttps://www.google.com/ . Typically, it performs as a supplement to knowledgebases. Top N and SerpApi API key specifies the number of search results you need to adapt.',
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
bingDescription:
|
||||
'This component is used to get search result from https://www.bing.com/. Typically, it performs as a supplement to knowledgebases. Top N and Bing Subscription-Key specifies the number of search results you need to adapt.',
|
||||
apiKey: 'API KEY',
|
||||
country: 'Country',
|
||||
@@ -1024,6 +1026,8 @@ The above is the content you need to summarize.`,
|
||||
timeout: 'Timeout',
|
||||
headers: 'Headers',
|
||||
cleanHtml: 'Clean html',
|
||||
reference: 'Reference',
|
||||
input: 'Input',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -30,6 +30,8 @@ export default {
|
||||
warn: '提醒',
|
||||
action: '操作',
|
||||
s: '秒',
|
||||
pleaseSelect: '請選擇',
|
||||
pleaseInput: '請輸入',
|
||||
},
|
||||
login: {
|
||||
login: '登入',
|
||||
@@ -697,7 +699,7 @@ export default {
|
||||
googleDescription:
|
||||
'此元件用於從https://www.google.com/取得搜尋結果。通常,它作為知識庫的補充。 Top N 和 SerpApi API 金鑰指定您需要調整的搜尋結果數量。',
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
bingDescription:
|
||||
'此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。',
|
||||
apiKey: 'API KEY',
|
||||
country: '國家',
|
||||
@@ -973,6 +975,8 @@ export default {
|
||||
timeout: '超時',
|
||||
headers: '請求頭',
|
||||
cleanHtml: '清除 html',
|
||||
reference: '引用',
|
||||
input: '輸入',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -30,6 +30,8 @@ export default {
|
||||
warn: '提醒',
|
||||
action: '操作',
|
||||
s: '秒',
|
||||
pleaseSelect: '请选择',
|
||||
pleaseInput: '请输入',
|
||||
},
|
||||
login: {
|
||||
login: '登录',
|
||||
@@ -717,7 +719,7 @@ export default {
|
||||
googleDescription:
|
||||
'此组件用于从https://www.google.com/获取搜索结果。通常,它作为知识库的补充。Top N 和 SerpApi API 密钥指定您需要调整的搜索结果数量。',
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
bingDescription:
|
||||
'此组件用于从 https://www.bing.com/ 获取搜索结果。通常,它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。',
|
||||
apiKey: 'API KEY',
|
||||
country: '国家',
|
||||
@@ -993,6 +995,8 @@ export default {
|
||||
timeout: '超时',
|
||||
headers: '请求头',
|
||||
cleanHtml: '清除 html',
|
||||
reference: '引用',
|
||||
input: '输入',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user