mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-25 11:29:29 +00:00
fix:db schema search not complete
This commit is contained in:
parent
132814e26e
commit
89f9d56935
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user