jinaReaderTitle:'Convert the entire site to Markdown',
jinaReaderDoc:'Learn more about Jina Reader',
jinaReaderDocLink:'https://jina.ai/reader',
useSitemap:'Use sitemap',
useSitemapTooltip:'Follow the sitemap to crawl the site. If not, Jina Reader will crawl iteratively based on page relevance, yielding fewer but higher-quality pages.',
maxDepthTooltip:'Maximum depth to crawl relative to the entered URL. Depth 0 just scrapes the page of the entered url, depth 1 scrapes the url and everything after enteredURL + one /, and so on.',
generalTip:'General text chunking mode, the chunks retrieved and recalled are the same.',
parentChild:'Parent-child',
parentChildTip:'When using the parent-child mode, the child-chunk is used for retrieval and the parent-chunk is used for recall as context.',
parentChunkForContext:'Parent-chunk for Context',
childChunkForRetrieval:'Child-chunk for Retrieval',
paragraph:'Paragraph',
paragraphTip:'This mode splits the text in to paragraphs based on delimiters and the maximum chunk length, using the split text as the parent chunk for retrieval.',
fullDoc:'Full Doc',
fullDocTip:'The entire document is used as the parent chunk and retrieved directly. Please note that for performance reasons, text exceeding 10000 tokens will be automatically truncated.',
separatorTip:'A delimiter is the character used to separate text. \\n\\n and \\n are commonly used delimiters for separating paragraphs and lines. Combined with commas (\\n\\n,\\n), paragraphs will be segmented by lines when exceeding the maximum chunk length. You can also use special delimiters defined by yourself (e.g. ***).',
overlapTip:'Setting the chunk overlap can maintain the semantic relevance between them, enhancing the retrieve effect. It is recommended to set 10%-25% of the maximum chunk size.',
previewChunkTip:'Click the \'Preview Chunk\' button on the left to load the preview',
previewChunkCount:'{{count}} Estimated chunks',
switch:'Switch',
qaSwitchHighQualityTipTitle:'Q&A Format Requires High-quality Indexing Method',
qaSwitchHighQualityTipContent:'Currently, only high-quality index method supports Q&A format chunking. Would you like to switch to high-quality mode?',
notAvailableForParentChild:'Not available for Parent-child Index',
notAvailableForQA:'Not available for Q&A Index',
parentChildDelimiterTip:'A delimiter is the character used to separate text. \\n\\n is recommended for splitting the original document into large parent chunks. You can also use special delimiters defined by yourself.',
parentChildChunkDelimiterTip:'A delimiter is the character used to separate text. \\n is recommended for splitting parent chunks into small child chunks. You can also use special delimiters defined by yourself.',
sideTipContent:'After the document finishes indexing, the Knowledge can be integrated into the application as context, you can find the context setting in the prompt orchestration page. You can also create it as an independent ChatGPT indexing plugin for release.',
description:'Currently, Dify\'s knowledge base only has limited data sources. Contributing a data source to the Dify knowledge base is a fantastic way to help enhance the platform\'s flexibility and power for all users. Our contribution guide makes it easy to get started. Please click on the link below to learn more.',