fix:db schema search not complete

This commit is contained in:
aries_ckt 2023-10-16 09:44:20 +08:00
parent 132814e26e
commit 89f9d56935

View File

@ -23,8 +23,10 @@ chat_factory = ChatFactory()
class DBSummaryClient: 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) , 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): def __init__(self, system_app: SystemApp):