Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f42692981e
@ -305,6 +305,7 @@ public class RagHttpService {
|
||||
|
||||
// 构建请求参数
|
||||
HttpResponse<String> response = Unirest.post(ragEmbed)
|
||||
.header("Content-Type", "multipart/form-data")
|
||||
.field("file_id", fileId)
|
||||
.field("file", reqVO.getFileInputStream(), fileName)
|
||||
.asString();
|
||||
|
Loading…
x
Reference in New Issue
Block a user