Merge branch 'debug' into fix/20250310-logger-optimize

This commit is contained in:
AL76
2025-03-10 02:29:34 +08:00
committed by GitHub
7 changed files with 53 additions and 89 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()