{
"summary": "这是总结",
"tags": [
"标签1","标签2"
],
"embeddingConfig": {
"splitter": 0,
"wordCountLimit": 200,
"wordCountOverlap": 80
},
"splitRuleType":1,
"deepParse":["parseForm"]
}curl --location --request PATCH 'https://api.xbotspace.com/agent-api/v1/open/knowledge/documentInventory/f503f136-e437-434c-b6b8-b98601c7bf1d/document/testDL::2f7564ee18a445419e86923ec3cd2432' \
--header 'Authorization: e737f848-397d-4207-a3c1-935b2d917cc9' \
--header 'Content-Type: application/json' \
--data '{
"summary": "这是总结",
"tags": [
"标签1","标签2"
],
"embeddingConfig": {
"splitter": 0,
"wordCountLimit": 200,
"wordCountOverlap": 80
},
"splitRuleType":1,
"deepParse":["parseForm"]
}'{"code":0,"success":true,"data":null,"message":"ok"}