Skip to content

Commit

Permalink
Add databases datasource type provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Sep 20, 2023
1 parent 10dea59 commit 23fb541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmstack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@

DATASOURCE_TYPE_PROVIDERS = [
'datasources.handlers.amazon',
'datasources.handlers.databases',
'datasources.handlers.files',
'datasources.handlers.google',
'datasources.handlers.text',
Expand Down

0 comments on commit 23fb541

Please sign in to comment.