langchain_community.utilities.pebblo
.get_full_path¶
- langchain_community.utilities.pebblo.get_full_path(path: str) str [source]¶
Return absolute local path for a local file/directory, for network related path, return as is.
- Parameters
path (str) – Relative path to be resolved.
- Returns
Resolved absolute path.
- Return type
str