mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 14:40:56 +00:00
feat(rag): Support RAG SDK (#1322)
This commit is contained in:
@@ -24,7 +24,7 @@ def mock_vector_store_connector():
|
||||
@pytest.fixture
|
||||
def dbstruct_retriever(mock_db_connection, mock_vector_store_connector):
|
||||
return DBSchemaRetriever(
|
||||
connection=mock_db_connection,
|
||||
connector=mock_db_connection,
|
||||
vector_store_connector=mock_vector_store_connector,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user