fix: update Knowledge Request Ratelimit tooltip text
This commit is contained in:
parent
a697bbdfa7
commit
49415e5e7f
@ -21,7 +21,7 @@ type Props = {
|
||||
canPay: boolean
|
||||
}
|
||||
|
||||
const KeyValue = ({ icon, label, tooltip }: { icon: ReactNode; label: string; tooltip?: string }) => {
|
||||
const KeyValue = ({ icon, label, tooltip }: { icon: ReactNode; label: string; tooltip?: ReactNode }) => {
|
||||
return (
|
||||
<div className='flex text-text-tertiary'>
|
||||
<div className='size-4 flex items-center justify-center'>
|
||||
@ -199,7 +199,7 @@ const PlanItem: FC<Props> = ({
|
||||
<KeyValue
|
||||
icon={<RiSeoLine />}
|
||||
label={t('billing.plansCommon.documentsRequestQuota', { count: planInfo.documentsRequestQuota })}
|
||||
tooltip={t('billing.plansCommon.documentsRequestQuotaTooltip') as string}
|
||||
tooltip={t('billing.plansCommon.documentsRequestQuotaTooltip')}
|
||||
/>
|
||||
<KeyValue
|
||||
icon={<RiProgress3Line />}
|
||||
|
||||
@ -54,7 +54,7 @@ const translation = {
|
||||
vectorSpace: '{{size}} Knowledge Data Storage',
|
||||
vectorSpaceTooltip: 'Documents with the High Quality indexing mode will consume Knowledge Data Storage resources. When Knowledge Data Storage reaches the limit, new documents will not be uploaded.',
|
||||
documentsRequestQuota: '{{count}}/min Knowledge Request Rate limit',
|
||||
documentsRequestQuotaTooltip: 'Indicates the number of queries per minute the system can handle with knowledge base support, used to measure query capacity and performance.',
|
||||
documentsRequestQuotaTooltip: 'Specifies the total number of actions a workspace can perform per minute within the knowledge base, including dataset creation, deletion, updates, document uploads, modifications, archiving, and knowledge base queries. This metric is used to evaluate the performance of knowledge base requests. For example, if a Sandbox user performs 10 consecutive hit tests within one minute, their workspace will be temporarily restricted from performing the following actions for the next minute: dataset creation, deletion, updates, and document uploads or modifications. ',
|
||||
documentProcessingPriority: 'Document Processing',
|
||||
priority: {
|
||||
'standard': 'Standard',
|
||||
|
||||
@ -53,7 +53,7 @@ const translation = {
|
||||
vectorSpace: '{{size}}の知識データストレージ',
|
||||
vectorSpaceTooltip: '高品質インデックスモードのドキュメントは、知識データストレージのリソースを消費します。知識データストレージの上限に達すると、新しいドキュメントはアップロードされません。',
|
||||
documentsRequestQuota: '{{count}}100/分のナレッジ リクエストのレート制限',
|
||||
documentsRequestQuotaTooltip: 'システムがナレッジベースサポートで処理できる1分あたりのクエリ数を示し、クエリの容量とパフォーマンスを測定するために使用されます。、クエリの容量とパフォーマンスを測定するために使用されます。',
|
||||
documentsRequestQuotaTooltip: 'ナレッジベース内でワークスペースが1分間に実行できる操作の総数を示します。これには、データセットの作成、削除、更新、ドキュメントのアップロード、修正、アーカイブ、およびナレッジベースクエリが含まれます。この指標は、ナレッジベースリクエストのパフォーマンスを評価するために使用されます。例えば、Sandbox ユーザーが1分間に10回連続でヒットテストを実行した場合、そのワークスペースは次の1分間、データセットの作成、削除、更新、ドキュメントのアップロードや修正などの操作を一時的に実行できなくなります。',
|
||||
documentProcessingPriority: '文書処理',
|
||||
priority: {
|
||||
'standard': '標準',
|
||||
|
||||
@ -53,7 +53,7 @@ const translation = {
|
||||
vectorSpace: '{{size}} 知识库数据存储空间',
|
||||
vectorSpaceTooltip: '采用高质量索引模式的文档会消耗知识数据存储资源。当知识数据存储达到限制时,将不会上传新文档。',
|
||||
documentsRequestQuota: '{{count}}/分钟 知识库请求频率限制',
|
||||
documentsRequestQuotaTooltip: '指示系统在知识库支持下每分钟可以处理的查询数,用于衡量查询容量和性能。',
|
||||
documentsRequestQuotaTooltip: '指每分钟内,一个空间在知识库中可执行的操作总数,包括数据集的创建、删除、更新,文档的上传、修改、归档,以及知识库查询等,用于评估知识库请求请求性能。例如,Sandbox 用户在 1 分钟内连续执行 10 次命中测试,其工作区将在接下来的 1 分钟内无法继续执行以下操作:数据集的创建、删除、更新,文档的上传、修改等操作。',
|
||||
documentProcessingPriority: '文档处理',
|
||||
priority: {
|
||||
'standard': '标准',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user