moyangzhan / langchain4j-aideepin

JAVA版本的检索增强生成(RAG)项目,包括知识库、搜索 | JAVA version of retrieval enhancement generation(RAG) project ,including knowledge base, search
http://www.aideepin.com
MIT License
253 stars 71 forks source link

知识库上传,没有上传成功 #29

Closed zhangjin123333 closed 3 weeks ago

zhangjin123333 commented 1 month ago

2024-07-18 21:30:26.793 INFO [http-nio-9999-exec-4] com.moyz.adi.common.base.ResponseWrapper result:com.baomidou.mybatisplus.extension.plugins.pagination.Page@85b93a6 2024-07-18 21:31:00.254 ERROR [http-nio-9999-exec-9] com.moyz.adi.common.service.KnowledgeBaseService upload error

java.lang.IllegalArgumentException: 'D:\data\images\8e95ed67100a4d8d926314f403d42912.txt' is not a file local: files: D:/data/files/ images: D:/data/images/ tmp-images: D:/data/tmp_images/ chat-memory: D:/data/chat_memory/ 这些配置都有的,错误在下面行 at dev.langchain4j.internal.Exceptions.illegalArgument(Exceptions.java:19) at dev.langchain4j.data.document.loader.FileSystemDocumentLoader.loadDocument(FileSystemDocumentLoader.java:52) at dev.langchain4j.data.document.loader.FileSystemDocumentLoader.loadDocument(FileSystemDocumentLoader.java:88)

moyangzhan commented 1 month ago

文件是否已经损坏了?

ChaseAfterLight commented 1 month ago

同问题,求解答

moyangzhan commented 1 month ago

如果方便的话,把无法上传的文件带到评论里,我试试能不能重现

ChaseAfterLight commented 1 month ago

@zhangjin123333 刚刚解决了 1.权限问题 2.路径不正确,找不到文件