Spaces:
Paused
Paused
lanny xu
commited on
Commit
·
f131a12
1
Parent(s):
215d348
add Milvus db
Browse files
setup_and_run.py → run_graphrag.py
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
"""
|
| 3 |
-
|
| 4 |
-
|
| 5 |
|
| 6 |
使用方法:
|
| 7 |
-
python
|
| 8 |
"""
|
| 9 |
|
| 10 |
import os
|
|
@@ -12,7 +12,7 @@ import sys
|
|
| 12 |
import subprocess
|
| 13 |
|
| 14 |
print("="*60)
|
| 15 |
-
print("🚀 GraphRAG
|
| 16 |
print("="*60)
|
| 17 |
|
| 18 |
# ============================================================
|
|
|
|
| 1 |
#!/usr/bin/env python3
|
| 2 |
"""
|
| 3 |
+
知识图谱检索启动脚本
|
| 4 |
+
负责配置环境并运行 main_graphrag.py
|
| 5 |
|
| 6 |
使用方法:
|
| 7 |
+
python run_graphrag.py
|
| 8 |
"""
|
| 9 |
|
| 10 |
import os
|
|
|
|
| 12 |
import subprocess
|
| 13 |
|
| 14 |
print("="*60)
|
| 15 |
+
print("🚀 启动知识图谱检索 (GraphRAG)")
|
| 16 |
print("="*60)
|
| 17 |
|
| 18 |
# ============================================================
|