Commit 254680bf by Deepturn Committed by GitHub

Update dataset.mdx (#5391)

Update api:dataset/create
parent 37648d5c
...@@ -66,7 +66,8 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \ ...@@ -66,7 +66,8 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
"intro":"介绍", "intro":"介绍",
"avatar": "", "avatar": "",
"vectorModel": "text-embedding-ada-002", "vectorModel": "text-embedding-ada-002",
"agentModel": "gpt-3.5-turbo-16k" "agentModel": "gpt-3.5-turbo-16k",
"vlmModel": "gpt-4.1"
}' }'
``` ```
...@@ -83,6 +84,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \ ...@@ -83,6 +84,7 @@ curl --location --request POST 'http://localhost:3000/api/core/dataset/create' \
- avatar - 头像地址(可选) - avatar - 头像地址(可选)
- vectorModel - 向量模型(建议传空,用系统默认的) - vectorModel - 向量模型(建议传空,用系统默认的)
- agentModel - 文本处理模型(建议传空,用系统默认的) - agentModel - 文本处理模型(建议传空,用系统默认的)
- vlmModel - 图片理解模型(建议传空,用系统默认的)
</Alert> </Alert>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment