mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 05:04:27 +08:00
fix: clean up wiki blueprint default instruction text (#17893)
This commit is contained in:
@@ -9,7 +9,7 @@ config:
|
||||
- 2. Sections with H2 headings, each starting with prose before sub-bullets.
|
||||
- 3. Bold key terms on first use; link them with [[ ]] wikilinks.
|
||||
- 4. Examples or implications where the source provides them.
|
||||
- 5. ## See also section at the end with wikilinks to highly related pages(less than 12).\n
|
||||
- 5. End with a "## See also" section listing wikilinks to highly related pages (less than 12).
|
||||
example: |
|
||||
- Page structure could be as following: (Not provided)
|
||||
entity:
|
||||
|
||||
@@ -5,6 +5,6 @@ instruction: |
|
||||
- 2. Sections with H2 headings, each starting with prose before sub-bullets.
|
||||
- 3. Bold key terms on first use; link them with [[ ]] wikilinks.
|
||||
- 4. Examples or implications where the source provides them.
|
||||
- 5. ## See also section at the end with wikilinks to highly related pages(less than 12).\n
|
||||
- 5. End with a "## See also" section listing wikilinks to highly related pages (less than 12).
|
||||
example: |
|
||||
- (Not provided)
|
||||
|
||||
@@ -2611,7 +2611,7 @@ WIKI_TEMPLATE_EXAMPLE = (
|
||||
" Put every heading on its own line and separate every paragraph with a blank line.\n"
|
||||
"3. Bold key terms on first use; link them with [[ ]] wikilinks.\n"
|
||||
"4. Examples or implications where the source provides them.\n"
|
||||
"5. ## See also section at the end with wikilinks to highly related pages(less than 12).\n\n"
|
||||
'5. End with a "## See also" section listing wikilinks to highly related pages (less than 12).\n\n'
|
||||
"Page structure could be as following:\n(Not provided)"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user