You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/ts-sdk/openapi.json
+145Lines changed: 145 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1420,6 +1420,49 @@
1420
1420
]
1421
1421
}
1422
1422
},
1423
+
"/api/chunk/split": {
1424
+
"post": {
1425
+
"tags": [
1426
+
"Chunk"
1427
+
],
1428
+
"summary": "Split HTML Content into Chunks",
1429
+
"description": "This endpoint receives a single html string and splits it into chunks based on the headings and\nbody content. The headings are split based on headding html tags. chunk_html has a maximum size\nof 256Kb.",
1430
+
"operationId": "split_html_content",
1431
+
"requestBody": {
1432
+
"description": "JSON request payload to perform RAG on some chunks (chunks)",
0 commit comments