Skip to content

Commit

Permalink
[Pebblo] Loader source type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj725 committed Jul 9, 2024
1 parent 9cdb68b commit ca2296b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/community/langchain_community/utilities/pebblo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@
]

in_memory = ["DataFrameLoader"]
remote_db = [
cloud_folder = [
"NotionDBLoader",
"GoogleDriveLoader",
"SharePointLoader",
]

LOADER_TYPE_MAPPING = {
"file": file_loader,
"dir": dir_loader,
"in-memory": in_memory,
"remote_db": remote_db,
"cloud-folder": cloud_folder,
}

SUPPORTED_LOADERS = (*file_loader, *dir_loader, *in_memory)
Expand Down

0 comments on commit ca2296b

Please sign in to comment.