We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e2ec commit 012170aCopy full SHA for 012170a
src/memos/graph_dbs/polardb.py
@@ -1292,6 +1292,8 @@ def get_subgraph(
1292
1293
user_name = user_name if user_name else self._get_config_value("user_name")
1294
1295
+ if center_id.startswith('"') and center_id.endswith('"'):
1296
+ center_id = center_id[1:-1]
1297
# Use a simplified query to get the subgraph (temporarily only direct neighbors)
1298
"""
1299
SELECT * FROM cypher('{self.db_name}_graph', $$
0 commit comments