Unverified Commit d8c0d722 authored by Vikey Chen's avatar Vikey Chen Committed by GitHub

fix: datasets indexing-status api document (#2019)

parent cb7be376
...@@ -539,7 +539,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -539,7 +539,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
--- ---
<Heading <Heading
url='/datasets/{dataset_id}/batch/{batch}/indexing-status' url='/datasets/{dataset_id}/documents/{batch}/indexing-status'
method='GET' method='GET'
title='Get document embedding status (progress)' title='Get document embedding status (progress)'
name='#indexing_status' name='#indexing_status'
...@@ -560,7 +560,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -560,7 +560,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<CodeGroup <CodeGroup
title="Request" title="Request"
tag="GET" tag="GET"
label="/datasets/{dataset_id}/batch/{batch}/indexing-status" label="/datasets/{dataset_id}/documents/{batch}/indexing-status"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/documents/{batch}/indexing-status' \\\n--header 'Authorization: Bearer {api_key}'`} targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/documents/{batch}/indexing-status' \\\n--header 'Authorization: Bearer {api_key}'`}
> >
```bash {{ title: 'cURL' }} ```bash {{ title: 'cURL' }}
......
...@@ -539,7 +539,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -539,7 +539,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
--- ---
<Heading <Heading
url='/datasets/{dataset_id}/batch/{batch}/indexing-status' url='/datasets/{dataset_id}/documents/{batch}/indexing-status'
method='GET' method='GET'
title='获取文档嵌入状态(进度)' title='获取文档嵌入状态(进度)'
name='#indexing_status' name='#indexing_status'
...@@ -560,7 +560,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from ...@@ -560,7 +560,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<CodeGroup <CodeGroup
title="Request" title="Request"
tag="GET" tag="GET"
label="/datasets/{dataset_id}/batch/{batch}/indexing-status" label="/datasets/{dataset_id}/documents/{batch}/indexing-status"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/documents/{batch}/indexing-status' \\\n--header 'Authorization: Bearer {api_key}'`} targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/documents/{batch}/indexing-status' \\\n--header 'Authorization: Bearer {api_key}'`}
> >
```bash {{ title: 'cURL' }} ```bash {{ title: 'cURL' }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment