Initial: integrated 2025 LawGraph (graphrag_pipeline) + 2026 kg_project

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 10:13:39 +08:00
commit 6c1a69af0d
83 changed files with 14295 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
# 城市规划法律法规知识图谱构建 - 依赖包
# LLM相关
langchain-deepseek>=0.1.0
langchain-core>=0.1.0
# 文档读取
python-docx>=1.1.0
# Neo4j
neo4j>=5.15.0
# 数据处理
pandas>=2.0.0
numpy>=1.24.0
# 文本相似度
python-Levenshtein>=0.23.0
# 可视化
networkx>=3.1
matplotlib>=3.7.0
# 配置
pyyaml>=6.0
python-dotenv>=1.0.0
# 工具
tqdm>=4.65.0