|
|
|
@ -1,31 +0,0 @@
|
|
|
|
|
# 【2025最新】windows本地部署LightRAG,完成neo4j知识图谱保存
|
|
|
|
|
https://blog.csdn.net/Kakaxiii/article/details/147165479
|
|
|
|
|
|
|
|
|
|
# 模型广场
|
|
|
|
|
https://cloud.siliconflow.cn/sft-b86b3myzge/models
|
|
|
|
|
|
|
|
|
|
# 嵌入模型申请
|
|
|
|
|
https://account.siliconflow.cn/zh/login?redirect=https%3A%2F%2Fcloud.siliconflow.cn%2F%3F
|
|
|
|
|
|
|
|
|
|
# LightRAG
|
|
|
|
|
https://blog.csdn.net/m0_73620270/article/details/144376445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 创建虚拟环境lightrag,依托于版本3.10
|
|
|
|
|
conda create -n lightrag python=3.10
|
|
|
|
|
# 激活虚拟环境
|
|
|
|
|
conda activate lightrag
|
|
|
|
|
|
|
|
|
|
git clone https://github.com/HKUDS/LightRAG.git
|
|
|
|
|
cd LightRAG
|
|
|
|
|
pip install -e .
|
|
|
|
|
curl https://raw.githubusercontent.com/gusye1234/nano-graphrag/main/tests/mock_data.txt > ./book.txt
|
|
|
|
|
|
|
|
|
|
# LightRAG是什么?都用在什么场景
|
|
|
|
|
https://blog.csdn.net/sunyuhua_keyboard/article/details/148695068
|
|
|
|
|
|
|
|
|
|
# 安装 Neo4j APOC核心模块详解与安装教程
|
|
|
|
|
https://blog.csdn.net/randy521520/article/details/146353459
|
|
|
|
|
|
|
|
|
|
# 查看苏轼的知识图谱
|
|
|
|
|
http://127.0.0.1:7474/browser/
|