{
"kb_id": 1,
"method": 1,
"documents": [
{"question": "你好", "answer": "我不是很好", "source": "来源/文件名称"},
{"question": "大哥", "answer": "我可不是", "source": "来源/文件名称"}
]
}curl --location --request POST '/api/embedding/import' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_id": 1,
"method": 1,
"documents": [
{"question": "你好", "answer": "我不是很好", "source": "来源/文件名称"},
{"question": "大哥", "answer": "我可不是", "source": "来源/文件名称"}
]
}'{}