From 89f9d5693502b895f9c62ccbb52774554693bb7a Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Mon, 16 Oct 2023 09:44:20 +0800 Subject: [PATCH] fix:db schema search not complete --- pilot/summary/db_summary_client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pilot/summary/db_summary_client.py b/pilot/summary/db_summary_client.py index 0fea50061..67b6587a6 100644 --- a/pilot/summary/db_summary_client.py +++ b/pilot/summary/db_summary_client.py @@ -23,8 +23,10 @@ chat_factory = ChatFactory() class DBSummaryClient: - """db summary client, provide db_summary_embedding(put db profile and table profile summary into vector store) + """DB Summary client, provide db_summary_embedding(put db profile and table profile summary into vector store) , get_similar_tables method(get user query related tables info) + Args: + system_app (SystemApp): Main System Application class that manages the lifecycle and registration of components.. """ def __init__(self, system_app: SystemApp):