浏览代码

doc: add missing params (#7242)

crazywoola 8 月之前
父节点
当前提交
ca085034de

+ 6 - 0
web/app/(commonLayout)/datasets/template/template.en.mdx

@@ -922,6 +922,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
       <Property name='dataset_id' type='string' key='dataset_id'>
         Knowledge ID
       </Property>
+      <Property name='document_id' type='string' key='document_id'>
+        Document ID
+      </Property>
       <Property name='segment_id' type='string' key='segment_id'>
         Document Segment ID
       </Property>
@@ -965,6 +968,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
       <Property name='dataset_id' type='string' key='dataset_id'>
         Knowledge ID
       </Property>
+      <Property name='document_id' type='string' key='document_id'>
+        Document ID
+      </Property>
       <Property name='segment_id' type='string' key='segment_id'>
         Document Segment ID
       </Property>

+ 6 - 0
web/app/(commonLayout)/datasets/template/template.zh.mdx

@@ -922,6 +922,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
       <Property name='dataset_id' type='string' key='dataset_id'>
         知识库 ID
       </Property>
+      <Property name='document_id' type='string' key='document_id'>
+        文档 ID
+      </Property>
       <Property name='segment_id' type='string' key='segment_id'>
         文档分段ID
       </Property>
@@ -965,6 +968,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
       <Property name='dataset_id' type='string' key='dataset_id'>
         知识库 ID
       </Property>
+      <Property name='document_id' type='string' key='document_id'>
+        文档 ID
+      </Property>
       <Property name='segment_id' type='string' key='segment_id'>
         文档分段ID
       </Property>