Spaces:
Runtime error
Runtime error
Update graph_rag.py
Browse files- graph_rag.py +1 -1
graph_rag.py
CHANGED
|
@@ -44,7 +44,7 @@ def run_graphrag_query(query, ragtest_dir):
|
|
| 44 |
command = [
|
| 45 |
"python", "-m", "graphrag.query",
|
| 46 |
"--root", ragtest_dir,
|
| 47 |
-
"--method", "
|
| 48 |
query
|
| 49 |
]
|
| 50 |
|
|
|
|
| 44 |
command = [
|
| 45 |
"python", "-m", "graphrag.query",
|
| 46 |
"--root", ragtest_dir,
|
| 47 |
+
"--method", "global",
|
| 48 |
query
|
| 49 |
]
|
| 50 |
|