langchain_community.utilities.pebblo.get_loader_type

langchain_community.utilities.pebblo.get_loader_type(loader: str) str[source]

返回加载器类型,可以是文件、目录或内存中的一种。

参数:

loader (str): 要解析其类型的加载器的名称。

返回:

str: 文件/目录/内存中的加载器类型之一。

Parameters

loader (str) –

Return type

str