Skip to content

Commit b41f20f

Browse files
committed
wip
1 parent 93a0690 commit b41f20f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/neo4j_graphrag/experimental/pipeline/executors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def __init__(self, address: str | None = "auto") -> None: # noqa: D401
6666
try:
6767
import ray
6868

69-
if not ray.is_initialized():
70-
ray.init(address=address, namespace="graphrag")
69+
# if not ray.is_initialized():
70+
# ray.init(address=address, namespace="graphrag")
7171

7272
# Define the remote runner lazily inside the initialisation so that
7373
# it exists only when ray is available.

0 commit comments

Comments
 (0)