### 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:
@@ -148,6 +148,7 @@ export default {
|
||||
rerankTip: `If it's empty. It uses embeddings of query and chunks to compuste vector cosine similarity. Otherwise, it uses rerank score in place of vector cosine similarity.`,
|
||||
topK: 'Top-K',
|
||||
topKTip: `K chunks will be fed into rerank models.`,
|
||||
delimiter: `Delimiter`,
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription:
|
||||
|
||||
@@ -144,6 +144,7 @@ export default {
|
||||
rerankTip: `如果是空的。它使用查詢和塊的嵌入來構成矢量餘弦相似性。否則,它使用rerank評分代替矢量餘弦相似性。`,
|
||||
topK: 'Top-K',
|
||||
topKTip: `K塊將被送入Rerank型號。`,
|
||||
delimiter: `分段標識符`,
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription: '在這裡更新您的知識庫詳細信息,尤其是解析方法。',
|
||||
|
||||
@@ -145,6 +145,7 @@ export default {
|
||||
rerankTip: `如果是空的。它使用查询和块的嵌入来构成矢量余弦相似性。否则,它使用rerank评分代替矢量余弦相似性。`,
|
||||
topK: 'Top-K',
|
||||
topKTip: `K块将被送入Rerank型号。`,
|
||||
delimiter: `分段标识符`,
|
||||
},
|
||||
knowledgeConfiguration: {
|
||||
titleDescription: '在这里更新您的知识库详细信息,尤其是解析方法。',
|
||||
|
||||
Reference in New Issue
Block a user