mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-06-18 20:07:03 +00:00
feat:pdf文件解析图片和分析图片,上传向量数据库都修改成 成异步处理
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package org.ruoyi.mapper;
|
||||
|
||||
import org.ruoyi.core.mapper.BaseMapperPlus;
|
||||
import org.ruoyi.domain.KnowledgeAttachPic;
|
||||
import org.ruoyi.domain.vo.KnowledgeAttachPicVo;
|
||||
|
||||
/**
|
||||
* 知识库附件图片列Mapper接口
|
||||
*
|
||||
* @author Albert
|
||||
* @date 2025-05-15
|
||||
*/
|
||||
public interface KnowledgeAttachPicMapper extends BaseMapperPlus<KnowledgeAttachPic, KnowledgeAttachPicVo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user