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

This commit is contained in:
zxhlyh 2024-07-29 16:03:47 +08:00 committed by GitHub
parent cb01bf2986
commit 4945184f8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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