main
HuangHai 4 weeks ago
parent 2dd95a1485
commit 3a41a4e6c1

@ -2,7 +2,7 @@
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.10 (3)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -3,5 +3,5 @@
<component name="Black">
<option name="sdkName" value="Python 3.10" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (3)" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
</project>

@ -7,4 +7,10 @@ pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
# 验证是否修改成功
pip config list
global.index-url='https://mirrors.aliyun.com/pypi/simple/'
global.index-url='https://mirrors.aliyun.com/pypi/simple/'
# 获取依赖了哪些包
pip freeze > requirements.txt
# 新机器安装包
pip install -r D:\dsWork\dsProject\dsRag\requirements.txt

@ -1,7 +1,4 @@
https://blog.csdn.net/weixin_68792404/article/details/147554090
# 基于 Qwen2.5-14B + Elasticsearch RAG 的大数据知识库智能问答系统
https://jishuzhan.net/article/1898217914180947969
# Elasticsearch FSCrawler 文档爬虫学习,请先看这一篇!
https://blog.csdn.net/laoyang360/article/details/138143195
https://jishuzhan.net/article/1898217914180947969

@ -1,5 +0,0 @@
# 官网
https://github.com/DS4SD/docling
# 文档解析神器 Docling 上线,快速转换文件格式
https://blog.csdn.net/XLionXxxx/article/details/144915203

Binary file not shown.
Loading…
Cancel
Save