mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Update dataset config and retrieval testing (#11958)
### What problem does this PR solve? 1. Refactor the order of the dataset config items. 2. Refactor the text of retrieval test. 3. Refactor typos ### Type of change - [x] Refactoring --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -196,8 +196,8 @@ export default {
|
||||
learnMore: 'Built-in pipeline introduction',
|
||||
general: 'General',
|
||||
chunkMethodTab: 'Chunk method',
|
||||
testResults: 'Test results',
|
||||
testSetting: 'Test setting',
|
||||
testResults: 'Results',
|
||||
testSetting: 'Setting',
|
||||
retrievalTesting: 'Retrieval testing',
|
||||
retrievalTestingDescription:
|
||||
'Conduct a retrieval test to check if RAGFlow can recover the intended content for the LLM.',
|
||||
@ -338,7 +338,7 @@ export default {
|
||||
autoParse: 'Auto parse',
|
||||
rebuildTip:
|
||||
'Re-downloads files from the linked data source and parses them again.',
|
||||
baseInfo: 'Basic info',
|
||||
baseInfo: 'Basic',
|
||||
globalIndex: 'Global index',
|
||||
dataSource: 'Data source',
|
||||
linkSourceSetTip: 'Manage data source linkage with this dataset',
|
||||
|
||||
Reference in New Issue
Block a user