从路径获取文件所有者# langchain_community.utilities.pebblo.get_file_owner_from_path(file_path: str) → str[source]# 获取本地文件路径的所有者。 Parameters: file_path (str) – 本地文件路径。 Returns: 所有者的名称。 Return type: 字符串