langchain_community.utilities.pebblo.get_full_path

langchain_community.utilities.pebblo.get_full_path(path: str) str[source]

返回本地文件/目录的绝对本地路径,对于网络相关路径,原样返回。

参数:

path(str):要解析的相对路径。

返回:

str:解析后的绝对路径。

Parameters

path (str) –

Return type

str