writinwaters commited on
Commit
a732a09
·
1 Parent(s): fa5e9f6

minor (#2328)

Browse files

### What problem does this PR solve?



### Type of change

- [x] Documentation Update

Files changed (1) hide show
  1. web/src/locales/en.ts +2 -2
web/src/locales/en.ts CHANGED
@@ -656,8 +656,8 @@ The above is the content you need to summarize.`,
656
  rewriteQuestionDescription: `A component that refines a user query if it fails to retrieve relevant information from the knowledge base. It repeats this process until the predefined looping upper limit is reached. Ensure its upstream is 'Relevant' and downstream is 'Retrieval'. `,
657
  messageDescription:
658
  "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.",
659
- keywordDescription: `A component that retrieves top N search results from wikipedia.org. Ensure the TopN value is set properly before use.`,
660
- wikipediaDescription: `This component is used to get search result from https://www.wikipedia.org/. Typically, it performs as a supplement to knowledgebases. Top N specifies the number of search results you need to adapt.`,
661
  promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
662
  {input}
663
  The above is the content you need to summarize.`,
 
656
  rewriteQuestionDescription: `A component that refines a user query if it fails to retrieve relevant information from the knowledge base. It repeats this process until the predefined looping upper limit is reached. Ensure its upstream is 'Relevant' and downstream is 'Retrieval'. `,
657
  messageDescription:
658
  "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.",
659
+ keywordDescription: `A component that retrieves top N search results from user's input. Ensure the TopN value is set properly before use.`,
660
+ 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.`,
661
  promptText: `Please summarize the following paragraphs. Be careful with the numbers, do not make things up. Paragraphs as following:
662
  {input}
663
  The above is the content you need to summarize.`,