{ "kb_id": 1, "text": "哈哈哈" }
curl --location --request POST '/adminapi/know.Embedding/test' \ --header 'token: {{admin-token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "kb_id": 1, "text": "哈哈哈" }'
{}