{
"image": "",
"name": "法律宝典",
"intro": "专门收集国内相关法律案件",
"embedding_model_id": 1,
"documents_model_id": 2,
"documents_model_sub_id": 200
}curl --location --request POST '/api/kb.know/add' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "",
"name": "法律宝典",
"intro": "专门收集国内相关法律案件",
"embedding_model_id": 1,
"documents_model_id": 2,
"documents_model_sub_id": 200
}'{
"code": 0,
"show": 0,
"msg": "string",
"data": [
"string"
]
}