mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:36:02 +08:00
fix: n to 1 retrieval legacy text (#6760)
This commit is contained in:
parent
cb01bf2986
commit
4945184f8c
@ -67,7 +67,7 @@ const translation = {
|
|||||||
semantic: 'Semantic',
|
semantic: 'Semantic',
|
||||||
keyword: 'Keyword',
|
keyword: 'Keyword',
|
||||||
},
|
},
|
||||||
nTo1RetrievalLegacy: 'According to product planning, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.',
|
nTo1RetrievalLegacy: 'According to the optimization and upgrade of the retrieval strategy, N-to-1 retrieval will be officially deprecated in September. Until then you can still use it normally.',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default translation
|
export default translation
|
||||||
|
@ -67,7 +67,7 @@ const translation = {
|
|||||||
semantic: '语义',
|
semantic: '语义',
|
||||||
keyword: '关键词',
|
keyword: '关键词',
|
||||||
},
|
},
|
||||||
nTo1RetrievalLegacy: '根据产品规划,N 选 1 召回将于 9 月正式弃用。在那之前,您仍然可以正常使用它。',
|
nTo1RetrievalLegacy: '为了对检索策略进行优化和升级,N 选 1 检索功能将于九月份正式被优化。在此之前,您仍然可以正常使用该功能。',
|
||||||
}
|
}
|
||||||
|
|
||||||
export default translation
|
export default translation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user