fix: n to 1 retrieval legacy text (#6760)

pull/6767/head
zxhlyh 2 years ago committed by GitHub
parent cb01bf2986
commit 4945184f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@ const translation = {
semantic: 'Semantic',
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

@ -67,7 +67,7 @@ const translation = {
semantic: '语义',
keyword: '关键词',
},
nTo1RetrievalLegacy: '根据产品规划N 选 1 召回将于 9 月正式弃用。在那之前,您仍然可以正常使用它。',
nTo1RetrievalLegacy: '为了对检索策略进行优化和升级N 选 1 检索功能将于九月份正式被优化。在此之前,您仍然可以正常使用该功能。',
}
export default translation

Loading…
Cancel
Save