Skip to content

Commit 0d202a6

Browse files
committed
feat: add single-db-only assertion
1 parent e3b0606 commit 0d202a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/memos/graph_dbs/nebular.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ def __init__(self, config: NebulaGraphDBConfig):
331331
}
332332
"""
333333

334+
assert config.use_multi_db is False, "Multi-DB MODE IS NOT SUPPORTED"
334335
self.config = config
335336
self.db_name = config.space
336337
self.user_name = config.user_name

0 commit comments

Comments
 (0)