mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: implement chunk structure card and related hooks for dataset creation; update translations and refactor pipeline template fetching
This commit is contained in:
@ -41,7 +41,7 @@ export const useChunkStructure = () => {
|
||||
id: ChunkStructureEnum.question_answer,
|
||||
icon: <QuestionAndAnswer className='h-[18px] w-[18px] text-text-tertiary' />,
|
||||
title: 'Question-Answer',
|
||||
description: 'Question-answer text chunking mode, the chunks retrieved and recalled are different.',
|
||||
description: t('datasetCreation.stepTwo.qaTip'),
|
||||
}
|
||||
|
||||
const optionMap: Record<ChunkStructureEnum, Option> = {
|
||||
|
||||
Reference in New Issue
Block a user