Преглед на файлове

fix the typos in the hit testing template (#10072)

tags/0.11.0
sacryu преди 1 година
родител
ревизия
a69513c044
No account linked to committer's email address
променени са 2 файла, в които са добавени 8 реда и са изтрити 8 реда
  1. 4
    4
      web/app/(commonLayout)/datasets/template/template.en.mdx
  2. 4
    4
      web/app/(commonLayout)/datasets/template/template.zh.mdx

+ 4
- 4
web/app/(commonLayout)/datasets/template/template.en.mdx Целия файл

@@ -1070,7 +1070,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
---

<Heading
url='/datasets/{dataset_id}/hit_testing'
url='/datasets/{dataset_id}/hit-testing'
method='POST'
title='Dataset hit testing'
name='#dataset_hit_testing'
@@ -1114,8 +1114,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<CodeGroup
title="Request"
tag="POST"
label="/datasets/{dataset_id}/hit_testing"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \\\n--header 'Authorization: Bearer {api_key}'\\\n--header 'Content-Type: application/json'\\\n--data-raw '{
label="/datasets/{dataset_id}/hit-testing"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \\\n--header 'Authorization: Bearer {api_key}'\\\n--header 'Content-Type: application/json'\\\n--data-raw '{
"query": "test",
"retrieval_model": {
"search_method": "keyword_search",
@@ -1133,7 +1133,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
}'`}
>
```bash {{ title: 'cURL' }}
curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \
curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: application/json' \
--data-raw '{

+ 4
- 4
web/app/(commonLayout)/datasets/template/template.zh.mdx Целия файл

@@ -1071,7 +1071,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
---

<Heading
url='/datasets/{dataset_id}/hit_testing'
url='/datasets/{dataset_id}/hit-testing'
method='POST'
title='知识库召回测试'
name='#dataset_hit_testing'
@@ -1115,8 +1115,8 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
<CodeGroup
title="Request"
tag="POST"
label="/datasets/{dataset_id}/hit_testing"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \\\n--header 'Authorization: Bearer {api_key}'\\\n--header 'Content-Type: application/json'\\\n--data-raw '{
label="/datasets/{dataset_id}/hit-testing"
targetCode={`curl --location --request GET '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \\\n--header 'Authorization: Bearer {api_key}'\\\n--header 'Content-Type: application/json'\\\n--data-raw '{
"query": "test",
"retrieval_model": {
"search_method": "keyword_search",
@@ -1134,7 +1134,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from
}'`}
>
```bash {{ title: 'cURL' }}
curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit_testing' \
curl --location --request POST '${props.apiBaseUrl}/datasets/{dataset_id}/hit-testing' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: application/json' \
--data-raw '{

Loading…
Отказ
Запис