forked from langchain-ai/langchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CrateDB: SQLAlchemyLoader has been superseded by SQLDatabaseLoader
- Loading branch information
Showing
8 changed files
with
32 additions
and
627 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
libs/community/langchain_community/document_loaders/cratedb.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from langchain_community.document_loaders.sqlalchemy import SQLAlchemyLoader | ||
from langchain_community.document_loaders.sql_database import SQLDatabaseLoader | ||
|
||
|
||
class CrateDBLoader(SQLAlchemyLoader): | ||
class CrateDBLoader(SQLDatabaseLoader): | ||
pass |
112 changes: 0 additions & 112 deletions
112
libs/community/langchain_community/document_loaders/sqlalchemy.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
146 changes: 0 additions & 146 deletions
146
libs/community/tests/integration_tests/document_loaders/test_sqlalchemy_cratedb.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.