获取字节字符串#

langchain_community.embeddings.jina.get_bytes_str(file_path: str) str[源代码]#

获取文件的字节字符串。

Parameters:

file_path (str) – 文件的路径。

Returns:

文件的字节字符串。

Return type:

字符串