浏览代码

fix: Access the text-generation app's API doc error (#18278)

tags/1.3.0
crazywoola 6 个月前
父节点
当前提交
e8e47aee21
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      web/app/components/develop/template/template.zh.mdx

+ 2
- 1
web/app/components/develop/template/template.zh.mdx 查看文件

@@ -776,6 +776,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
</Col>
<Col sticky>
嵌入模型的提供商和模型名称可以通过以下接口获取:v1/workspaces/current/models/model-types/text-embedding, 具体见:通过 API 维护知识库。 使用的Authorization是Dataset的API Token。
该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。
<CodeGroup
title="Request"
tag="POST"
@@ -801,7 +802,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty } from '../md.tsx'
"job_status": "waiting"
}
```
该接口是异步执行,所以会返回一个job_id,通过查询job状态接口可以获取到最终的执行结果。
</CodeGroup>
</Col>
</Row>

正在加载...
取消
保存