Authorization: Bearer ********************
{
"kb_name": "知识库标题",
"kb_info": "知识库描述",
"kb_type": "chatchat",
"model_id": 0,
"llm_model_id": 0
}
curl --location --request POST 'https://api.302.ai/302/kb/create_knowledge_base' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"kb_name": "知识库标题",
"kb_info": "知识库描述",
"kb_type": "chatchat",
"model_id": 0,
"llm_model_id": 0
}'
{
"code": 0,
"msg": "success",
"data": {
"llm_model": null,
"kb_name": "知识库-20240920-2",
"kb_info": "知识库-20240920-2",
"file_count": 0,
"create_time": "2024-09-20T07:24:11Z",
"id": 0,
"token_id": 0,
"type": null,
"uid": 0,
"embed_model": "jina-clip-v1",
"vs_type": "pg"
}
}