langchain_community.utilities.pebblo
.get_loader_type¶
- langchain_community.utilities.pebblo.get_loader_type(loader: str) str [source]¶
返回加载类型,包括 file、dir 或 in-memory。
- 参数
loader (str) – 加载器的名称,需要解析其类型。
- 返回
返回加载类型中的 file/dir/in-memory 之一。
- 返回类型
str