diff --git a/README.md b/README.md index fd3641a..bdc4f7e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ git clone地址:http://47.98.59.178:3000/zy123/zbparse.git ## 项目结构: -![1](C:\Users\Administrator\Desktop\md_files\1.png) +![1](md_files\1.png) .env存放一些密钥(大模型、textin等),它是gitignore忽略了,因此在服务器上git pull项目的时候,这个文件不会更新(因为密钥比较重要),需要手动维护服务器相应位置的.env。 @@ -22,7 +22,7 @@ git clone地址:http://47.98.59.178:3000/zy123/zbparse.git 1. 进入项目文件夹 -![1](C:\Users\Administrator\Desktop\md_files\0.png) +![1](md_files\0.png) **注意:**需要确认.env是否存在在服务器,默认是隐藏的 输入cat .env @@ -229,8 +229,6 @@ app.connection_limiters['upload'] = ConnectionLimiter(max_connections=100) ​ - - ### general 是公共函数存放的文件夹,llm下是各类大模型,读取文件下是docx pdf文件的读取以及文档清理clean_pdf,去页眉页脚页码