소스 검색

fix: update Knowledge Api doc: 【Update a Chunk in a Document】 (#15823)

tags/1.1.0
過世秋風 7 달 전
부모
커밋
98bd79f548
No account linked to committer's email address
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    2
      web/app/(commonLayout)/datasets/template/template.en.mdx
  2. 2
    2
      web/app/(commonLayout)/datasets/template/template.zh.mdx

+ 2
- 2
web/app/(commonLayout)/datasets/template/template.en.mdx 파일 보기

@@ -1313,7 +1313,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
<CodeGroup title="Response">
```json {{ title: 'Response' }}
{
"data": [{
"data": {
"id": "",
"position": 1,
"document_id": "",
@@ -1337,7 +1337,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
"completed_at": 1695312007,
"error": null,
"stopped_at": null
}],
},
"doc_form": "text_model"
}
```

+ 2
- 2
web/app/(commonLayout)/datasets/template/template.zh.mdx 파일 보기

@@ -1319,7 +1319,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
<CodeGroup title="Response">
```json {{ title: 'Response' }}
{
"data": [{
"data": {
"id": "",
"position": 1,
"document_id": "",
@@ -1343,7 +1343,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, PropertyInstructi
"completed_at": 1695312007,
"error": null,
"stopped_at": null
}],
},
"doc_form": "text_model"
}
```

Loading…
취소
저장