{t('billing.plansCommon.supportItems.personalizedSupport')}
-
-
+ {t('billing.plansCommon.supportItems.dedicatedAPISupport')}
-
+ {t('billing.plansCommon.supportItems.customIntegration')}
@@ -149,11 +185,11 @@ const PlanItem: FC
= ({
}
}
return (
-
+
{isMostPopularPlan && (
{t('billing.plansCommon.mostPopular')}
)}
-
+
{t(`${i18nPrefix}.name`)}
{t(`${i18nPrefix}.description`)}
@@ -201,11 +237,22 @@ const PlanItem: FC
= ({
= 1000 ? `${planInfo.vectorSpace / 1000}G` : `${planInfo.vectorSpace}MB`)}
+ tooltip={t('billing.plansCommon.vectorSpaceBillingTooltip') as string}
/>
+
+
diff --git a/web/i18n/lang/billing.en.ts b/web/i18n/lang/billing.en.ts
index fc90198661..c43f4650ce 100644
--- a/web/i18n/lang/billing.en.ts
+++ b/web/i18n/lang/billing.en.ts
@@ -28,6 +28,7 @@ const translation = {
teamMembers: 'Team Members',
buildApps: 'Build Apps',
vectorSpace: 'Vector Space',
+ vectorSpaceBillingTooltip: 'Each 1MB can store about 1.2million characters of vectorized data(estimated using OpenAI Embeddings, varies across models).',
vectorSpaceTooltip: 'Vector Space is the long-term memory system required for LLMs to comprehend your data.',
documentProcessingPriority: 'Document Processing Priority',
documentProcessingPriorityTip: 'For higher document processing priority, please upgrade your plan.',
@@ -50,10 +51,22 @@ const translation = {
personalizedSupport: 'Personalized support',
dedicatedAPISupport: 'Dedicated API support',
customIntegration: 'Custom integration and support',
+ ragAPIRequest: 'RAG API Requests',
+ agentModel: 'Agent Model',
},
comingSoon: 'Coming soon',
member: 'Member',
memberAfter: 'Member',
+ messageRequest: {
+ title: 'Message Requests',
+ unit: 'per day',
+ tooltip: 'Includes all messages from your apps, whether via APIs or web sessions. (Not LLM resource usage)',
+ },
+ annotatedResponse: {
+ title: 'Annotation Quota Limits',
+ tooltip: 'Manual editing and annotation of responses provides customizable high-quality question-answering abilities for apps. (Applicable only in chat apps)',
+ },
+ ragAPIRequestTooltip: 'Refers to the number of API calls invoking only the knowledge base processing capabilities of Dify.',
},
plans: {
sandbox: {
diff --git a/web/i18n/lang/billing.zh.ts b/web/i18n/lang/billing.zh.ts
index 9dc105b2ee..9c2c68860a 100644
--- a/web/i18n/lang/billing.zh.ts
+++ b/web/i18n/lang/billing.zh.ts
@@ -29,6 +29,7 @@ const translation = {
buildApps: '构建应用程序数',
vectorSpace: '向量空间',
vectorSpaceTooltip: '向量空间是 LLMs 理解您的数据所需的长期记忆系统。',
+ vectorSpaceBillingTooltip: '向量存储是将知识库向量化处理后为让 LLMs 理解数据而使用的长期记忆存储,1MB 大约能满足1.2 million character 的向量化后数据存储(以 OpenAI Embedding 模型估算,不同模型计算方式有差异)。在向量化过程中,实际的压缩或尺寸减小取决于内容的复杂性和冗余性。',
documentProcessingPriority: '文档处理优先级',
documentProcessingPriorityTip: '如需更高的文档处理优先级,请升级您的套餐',
documentProcessingPriorityUpgrade: '以更快的速度、更高的精度处理更多的数据。',
@@ -50,10 +51,22 @@ const translation = {
personalizedSupport: '个性化支持',
dedicatedAPISupport: '专用 API 支持',
customIntegration: '自定义集成和支持',
+ ragAPIRequest: 'RAG API 请求',
+ agentModel: 'Agent 模型',
},
comingSoon: '即将推出',
member: '成员',
memberAfter: '个成员',
+ messageRequest: {
+ title: '信息限制',
+ unit: '条每天',
+ tooltip: '指每日应用会话调用 Dify API 的次数(而非 LLMs 的 API 资源调用),它包含你所有应用中通过 API 或者在 WebApp 会话中产生的消息数。',
+ },
+ annotatedResponse: {
+ title: '标注回复数',
+ tooltip: '标注回复功能通过人工编辑标注为应用提供了可定制的高质量问答回复能力',
+ },
+ ragAPIRequestTooltip: '指单独调用 Dify 知识库数据处理能力的 API。',
},
plans: {
sandbox: {