{
"kb_id": 1,
"method": 2,
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}],
"documents": [
{"question": "你好", "answer": "我不是很好", "source": "来源/文件名称"},
{"question": "大哥", "answer": "我可不是", "source": "来源/文件名称"}
]
}curl --location --request POST '/adminapi/know.Embedding/import' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 1,
"method": 2,
"images": ["http://www.php-kl.localhost/aa.png"],
"files": [{"name": "aa.doc", "url": "http://www.php-kl.localhost/kk.txt"}],
"documents": [
{"question": "你好", "answer": "我不是很好", "source": "来源/文件名称"},
{"question": "大哥", "answer": "我可不是", "source": "来源/文件名称"}
]
}'{}