mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-25 19:39:35 +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:
|
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user