|
|
|
|
@ -158,7 +158,7 @@ export default {
|
|
|
|
|
topKTip: `K chunks will be fed into rerank models.`,
|
|
|
|
|
delimiter: `Delimiter`,
|
|
|
|
|
html4excel: 'Excel to HTML',
|
|
|
|
|
html4excelTip: `Excel will be parsed into HTML table or not. If it's FALSE, every row in Excel will be formed as a chunk.`,
|
|
|
|
|
html4excelTip: `When enabled, the spreadsheet will be parsed into HTML tables; otherwise, it will be parsed into key-value pairs by row.`,
|
|
|
|
|
autoKeywords: 'Auto-keyword',
|
|
|
|
|
autoKeywordsTip: `Extract N keywords for each chunk to increase their ranking for queries containing those keywords. You can check or update the added keywords for a chunk from the chunk list. Be aware that extra tokens will be consumed by the LLM specified in 'System model settings'.`,
|
|
|
|
|
autoQuestions: 'Auto-question',
|
|
|
|
|
@ -694,7 +694,7 @@ The above is the content you need to summarize.`,
|
|
|
|
|
"A component that sends out a static message. If multiple messages are supplied, it randomly selects one to send. Ensure its downstream is 'Answer', the interface component.",
|
|
|
|
|
keywordDescription: `A component that retrieves top N search results from user's input. Ensure the TopN value is set properly before use.`,
|
|
|
|
|
switchDescription: `A component that evaluates conditions based on the output of previous components and directs the flow of execution accordingly. It allows for complex branching logic by defining cases and specifying actions for each case or default action if no conditions are met.`,
|
|
|
|
|
wikipediaDescription: `This component is used to get search result from wikipedia.org. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.`,
|
|
|
|
|
wikipediaDescription: `A component that searches from wikipedia.org, using TopN to specify the number of search results. It supplements the existing knowledge bases.`,
|
|
|
|
|
promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
|
|
|
|
|
{input}
|
|
|
|
|
The above is the content you need to summarize.`,
|
|
|
|
|
@ -718,10 +718,10 @@ The above is the content you need to summarize.`,
|
|
|
|
|
keywordExtract: 'Keyword',
|
|
|
|
|
keywordExtractDescription: `A component that extracts keywords from a user query, with Top N specifing the number of keywords to extract.`,
|
|
|
|
|
baidu: 'Baidu',
|
|
|
|
|
baiduDescription: `This component is used to get search result from www.baidu.com. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.`,
|
|
|
|
|
baiduDescription: `A component that searches from baidu.com, using TopN to specify the number of search results. It supplements the existing knowledge bases.`,
|
|
|
|
|
duckDuckGo: 'DuckDuckGo',
|
|
|
|
|
duckDuckGoDescription:
|
|
|
|
|
'A component that retrieves search results from duckduckgo.com, with TopN specifying the number of search results. It supplements existing knowledge bases.',
|
|
|
|
|
'A component that searches from duckduckgo.com, allowing you to specify the number of search results using TopN. It supplements the existing knowledge bases.',
|
|
|
|
|
channel: 'Channel',
|
|
|
|
|
channelTip: `Perform text search or news search on the component's input`,
|
|
|
|
|
text: 'Text',
|
|
|
|
|
@ -732,23 +732,23 @@ The above is the content you need to summarize.`,
|
|
|
|
|
wikipedia: 'Wikipedia',
|
|
|
|
|
pubMed: 'PubMed',
|
|
|
|
|
pubMedDescription:
|
|
|
|
|
'This component is used to get search result from https://pubmed.ncbi.nlm.nih.gov/. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt. E-mail is a required field.',
|
|
|
|
|
'A component that searches from https://pubmed.ncbi.nlm.nih.gov/, allowing you to specify the number of search results using TopN. It supplements the existing knowledge bases.',
|
|
|
|
|
email: 'Email',
|
|
|
|
|
emailTip:
|
|
|
|
|
'This component is used to get search result from https://pubmed.ncbi.nlm.nih.gov/. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt. E-mail is a required field.',
|
|
|
|
|
'E-mail is a required field. You must input an E-mail address here.',
|
|
|
|
|
arXiv: 'ArXiv',
|
|
|
|
|
arXivDescription:
|
|
|
|
|
'This component is used to get search result from https://arxiv.org/. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.',
|
|
|
|
|
'A component that searches from https://arxiv.org/, allowing you to specify the number of search results using TopN. It supplements the existing knowledge bases.',
|
|
|
|
|
sortBy: 'Sort by',
|
|
|
|
|
submittedDate: 'Submitted date',
|
|
|
|
|
lastUpdatedDate: 'Last updated date',
|
|
|
|
|
relevance: 'Relevance',
|
|
|
|
|
google: 'Google',
|
|
|
|
|
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.',
|
|
|
|
|
'A component that searches from https://www.google.com/, allowing you to specify the number of search results using TopN. It supplements the existing knowledge bases. Please note that this requires an API key from serpapi.com.',
|
|
|
|
|
bing: 'Bing',
|
|
|
|
|
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.',
|
|
|
|
|
'A component that searches from https://www.bing.com/, allowing you to specify the number of search results using TopN. It supplements the existing knowledge bases. Please note that this requires an API key from microsoft.com.',
|
|
|
|
|
apiKey: 'API KEY',
|
|
|
|
|
country: 'Country&Region',
|
|
|
|
|
language: 'Language',
|
|
|
|
|
|