mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-19 07:33:44 +08:00
feat: 集成阿里百炼API实现图片内容识别功能
添加DashscopeService接口及实现,用于调用阿里百炼API进行图片内容识别 修改PdfImageExtractService增加基于百炼API的图片处理逻辑 新增OSS服务方法支持临时文件处理和删除 更新配置文件添加百炼模型相关配置
This commit is contained in:
2
script/sql/update/202506041541.sql
Normal file
2
script/sql/update/202506041541.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `knowledge_attach`
|
||||
MODIFY COLUMN `oss_id` bigint(20) NULL DEFAULT NULL COMMENT '对象存储ID' AFTER `doc_type`;
|
||||
Reference in New Issue
Block a user