mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 09:29:01 +08:00
doc: add missing params (#7242)
This commit is contained in:
parent
f6c12b10ac
commit
ca085034de
@ -922,6 +922,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|||||||
<Property name='dataset_id' type='string' key='dataset_id'>
|
<Property name='dataset_id' type='string' key='dataset_id'>
|
||||||
Knowledge ID
|
Knowledge ID
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property name='document_id' type='string' key='document_id'>
|
||||||
|
Document ID
|
||||||
|
</Property>
|
||||||
<Property name='segment_id' type='string' key='segment_id'>
|
<Property name='segment_id' type='string' key='segment_id'>
|
||||||
Document Segment ID
|
Document Segment ID
|
||||||
</Property>
|
</Property>
|
||||||
@ -965,6 +968,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|||||||
<Property name='dataset_id' type='string' key='dataset_id'>
|
<Property name='dataset_id' type='string' key='dataset_id'>
|
||||||
Knowledge ID
|
Knowledge ID
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property name='document_id' type='string' key='document_id'>
|
||||||
|
Document ID
|
||||||
|
</Property>
|
||||||
<Property name='segment_id' type='string' key='segment_id'>
|
<Property name='segment_id' type='string' key='segment_id'>
|
||||||
Document Segment ID
|
Document Segment ID
|
||||||
</Property>
|
</Property>
|
||||||
|
@ -922,6 +922,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|||||||
<Property name='dataset_id' type='string' key='dataset_id'>
|
<Property name='dataset_id' type='string' key='dataset_id'>
|
||||||
知识库 ID
|
知识库 ID
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property name='document_id' type='string' key='document_id'>
|
||||||
|
文档 ID
|
||||||
|
</Property>
|
||||||
<Property name='segment_id' type='string' key='segment_id'>
|
<Property name='segment_id' type='string' key='segment_id'>
|
||||||
文档分段ID
|
文档分段ID
|
||||||
</Property>
|
</Property>
|
||||||
@ -965,6 +968,9 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
|
|||||||
<Property name='dataset_id' type='string' key='dataset_id'>
|
<Property name='dataset_id' type='string' key='dataset_id'>
|
||||||
知识库 ID
|
知识库 ID
|
||||||
</Property>
|
</Property>
|
||||||
|
<Property name='document_id' type='string' key='document_id'>
|
||||||
|
文档 ID
|
||||||
|
</Property>
|
||||||
<Property name='segment_id' type='string' key='segment_id'>
|
<Property name='segment_id' type='string' key='segment_id'>
|
||||||
文档分段ID
|
文档分段ID
|
||||||
</Property>
|
</Property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user