From d0d688d4b05bc3342e61a6fe8ff67cfcd0589797 Mon Sep 17 00:00:00 2001 From: liunux4odoo Date: Tue, 7 Nov 2023 21:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E9=87=8D=E5=BB=BA?= =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93=E6=97=B6=E8=87=AA=E5=8A=A8=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E5=BA=93=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init_database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/init_database.py b/init_database.py index 3a4405d..dc4743a 100644 --- a/init_database.py +++ b/init_database.py @@ -103,6 +103,7 @@ if __name__ == "__main__": print("database talbes reseted") if args.recreate_vs: + create_tables() print("recreating all vector stores") folder2db(kb_names=args.kb_name, mode="recreate_vs", embed_model=args.embed_model) elif args.import_db: