Sync INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH between API and Web (#11230)

This commit is contained in:
Hiroshi Fujita
2024-12-02 16:29:25 +09:00
committed by GitHub
parent f8c966c39c
commit 1d8385f7ac
29 changed files with 51 additions and 40 deletions

View File

@@ -147,7 +147,7 @@ const translation = {
retrievalSettingTip: 'Para cambiar el método de índice, por favor ve a la ',
datasetSettingLink: 'configuración del conocimiento.',
separatorTip: 'Un delimitador es el carácter que se utiliza para separar el texto. \\n\\n y \\n son delimitadores comúnmente utilizados para separar párrafos y líneas. Combinado con comas (\\n\\n,\\n), los párrafos se segmentarán por líneas cuando excedan la longitud máxima del fragmento. También puede utilizar delimitadores especiales definidos por usted mismo (por ejemplo, ***).',
maxLengthCheck: 'La longitud máxima del fragmento debe ser inferior a 4000',
maxLengthCheck: 'La longitud máxima del fragmento debe ser inferior a {{limit}}',
},
stepThree: {
creationTitle: '🎉 Conocimiento creado',