Authorization: Bearer ********************
{
"name": "first",
"description": "second",
"embedding_model":"",
"top_k":5
}
curl --location --request POST '/api/v1/knowledge/bases' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "first",
"description": "second",
"embedding_model":"",
"top_k":5
}'
{}