feat: Add delimiter field to naive parsing method #1909 (#1911)

### What problem does this PR solve?

feat: Add delimiter field to naive parsing method #1909
### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-08-12 15:53:25 +08:00
committed by GitHub
parent ad48e8d915
commit 6baba54e9e
6 changed files with 46 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ export default {
rerankTip: `如果是空的。它使用查询和块的嵌入来构成矢量余弦相似性。否则它使用rerank评分代替矢量余弦相似性。`,
topK: 'Top-K',
topKTip: `K块将被送入Rerank型号。`,
delimiter: `分段标识符`,
},
knowledgeConfiguration: {
titleDescription: '在这里更新您的知识库详细信息,尤其是解析方法。',