Refact: Updated UI tips. (#13093)

### What problem does this PR solve?

Updated UI tips.

### Type of change


- [x] Refactoring
This commit is contained in:
writinwaters
2026-02-10 16:25:56 +08:00
committed by GitHub
parent 48591cb1e7
commit 4341d81e29
2 changed files with 2 additions and 2 deletions

View File

@@ -885,7 +885,7 @@ This auto-tagging feature enhances retrieval by adding another layer of domain-s
cancel: 'Cancel',
chatSetting: 'Chat setting',
tocEnhance: 'PageIndex',
tocEnhanceTip: ` During the parsing of the document, table of contents information was generated (see the 'Enable Table of Contents Extraction' option in the General method). This allows the large model to return table of contents items relevant to the user's query, thereby using these items to retrieve related chunks and apply weighting to these chunks during the sorting process. This approach is derived from mimicking the behavioral logic of how humans search for knowledge in books.`,
tocEnhanceTip: ` During the parsing of the document, table of contents information was generated (see the 'Enable Table of Contents Extraction' option in the General method). This allows the large model to return table of contents items relevant to the user's query, thereby using these items to retrieve related chunks and apply weighting to these chunks during the sorting process. This approach mimics human information-searching behavior in books.`,
batchDeleteSessions: 'Batch delete',
deleteSelectedConfirm: 'Delete the selected {count} session(s)?',
},