fix/i18n: correct indexMethodHighQualityTip
(#5431)
This commit is contained in:
@@ -14,7 +14,7 @@ const translation = {
|
||||
permissionsAllMember: 'All team members',
|
||||
indexMethod: 'Index Method',
|
||||
indexMethodHighQuality: 'High Quality',
|
||||
indexMethodHighQualityTip: 'Call OpenAI\'s embedding interface for processing to provide higher accuracy when users query.',
|
||||
indexMethodHighQualityTip: 'Call Embedding model for processing to provide higher accuracy when users query.',
|
||||
indexMethodEconomy: 'Economical',
|
||||
indexMethodEconomyTip: 'Use offline vector engines, keyword indexes, etc. to reduce accuracy without spending tokens',
|
||||
embeddingModel: 'Embedding Model',
|
||||
|
Reference in New Issue
Block a user