mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? feat: Add bing and google operator #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -639,6 +639,15 @@ The above is the content you need to summarize.`,
|
||||
submittedDate: 'Submitted date',
|
||||
lastUpdatedDate: 'Last updated date',
|
||||
relevance: 'Relevance',
|
||||
google: 'Google',
|
||||
googleTip:
|
||||
'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:
|
||||
'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',
|
||||
language: 'Language',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@ -599,6 +599,15 @@ export default {
|
||||
submittedDate: '提交日期',
|
||||
lastUpdatedDate: '最後更新日期',
|
||||
relevance: '關聯',
|
||||
google: 'Google',
|
||||
googleTip:
|
||||
'此元件用於從https://www.google.com/取得搜尋結果。通常,它作為知識庫的補充。 Top N 和 SerpApi API 金鑰指定您需要調整的搜尋結果數量。',
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
'此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。',
|
||||
apiKey: 'Api Key',
|
||||
country: '國家',
|
||||
language: '語言',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@ -617,6 +617,15 @@ export default {
|
||||
submittedDate: '提交日期',
|
||||
lastUpdatedDate: '最后更新日期',
|
||||
relevance: '关联',
|
||||
google: 'Google',
|
||||
googleTip:
|
||||
'此组件用于从https://www.google.com/获取搜索结果。通常,它作为知识库的补充。Top N 和 SerpApi API 密钥指定您需要调整的搜索结果数量。',
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
'此组件用于从 https://www.bing.com/ 获取搜索结果。通常,它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。',
|
||||
apiKey: 'Api Key',
|
||||
country: '国家',
|
||||
language: '语言',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user