Skip to content

Commit 582353d

Browse files
committed
Apparently this works better...
1 parent 9579535 commit 582353d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_graphrag/_storage/_vdb_hnswlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
@dataclass
1818
class HNSWVectorStorageConfig:
19-
ef_construction: int = field(default=128)
19+
ef_construction: int = field(default=64)
2020
M: int = field(default=48)
2121
max_elements: int = field(default=1000000)
2222
ef_search: int = field(default=64)

0 commit comments

Comments
 (0)