改进了可视化脚本

1
This commit is contained in:
SengokuCola
2025-03-09 23:19:12 +08:00
parent cb5145cdb5
commit 665c4593e1
3 changed files with 23 additions and 71 deletions

View File

@@ -944,7 +944,7 @@ async def main():
db = Database.get_instance()
start_time = time.time()
test_pare = {'do_build_memory':True,'do_forget_topic':False,'do_visualize_graph':True,'do_query':False,'do_merge_memory':False}
test_pare = {'do_build_memory':False,'do_forget_topic':False,'do_visualize_graph':True,'do_query':False,'do_merge_memory':False}
# 创建记忆图
memory_graph = Memory_graph()