From d2c0e3615c279bed4bda31cb3ac78853f00d8757 Mon Sep 17 00:00:00 2001 From: lcx <825504994@qq.com> Date: Sun, 4 Feb 2024 21:33:10 +0800 Subject: [PATCH] update table_content check --- ai/backend/aidb/aidb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/backend/aidb/aidb.py b/ai/backend/aidb/aidb.py index 0c614255..6478fd79 100644 --- a/ai/backend/aidb/aidb.py +++ b/ai/backend/aidb/aidb.py @@ -126,7 +126,7 @@ async def check_data_base(self, q_str): "table_name": table_name, "table_comment": table_comment } - table_content.append(tb_desc) + # table_content.append(tb_desc) print("The number of tables to be processed this timeļ¼š ", len(table_content)) if len(table_content) > 0: