Skip to content

Commit 9343b82

Browse files
committed
Pyright
1 parent f19441f commit 9343b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphrag/config/defaults.py

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

100100
VECTOR_STORE_DICT = {
101101
"type": VectorStoreType.LanceDB.value,
102-
"db_uri": str((Path(STORAGE_BASE_DIR) / "lancedb")),
102+
"db_uri": str(Path(STORAGE_BASE_DIR) / "lancedb"),
103103
"container_name": "default",
104104
"overwrite": True,
105105
}

0 commit comments

Comments
 (0)