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

@ -32,7 +32,7 @@ The system's default chat model is used to summarize clustered content. Before p
3. To use this technique during retrieval, do either of the following:
- In the **Chat setting** panel of your chat app, switch on the **PageIndex** toggle.
- If you are using an agent, click the **Retrieval** agent component to specify the dataset(s) and switch on the **Page Index** toggle.
- If you are using an Agent, click the **Retrieval** agent component to specify the dataset(s) and switch on the **PageIndex** toggle.
## Frequently asked questions

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)?',
},