Skip to content

Commit 21d3fb1

Browse files
committed
optimize batch page
1 parent d0ea3b9 commit 21d3fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/graph_dbs/polardb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3422,7 +3422,7 @@ def add_nodes_batch(
34223422
self,
34233423
nodes: list[dict[str, Any]],
34243424
user_name: str | None = None,
3425-
write_sql_to_file: bool = True,
3425+
write_sql_to_file: bool = False,
34263426
) -> None:
34273427
"""
34283428
Batch add multiple memory nodes to the graph.

0 commit comments

Comments
 (0)