get_bytes_str#

langchain_community.embeddings.jina.get_bytes_str(file_path: str) str[source]#

Get the bytes string of a file.

Parameters:

file_path (str) – The path to the file.

Returns:

The bytes string of the file.

Return type:

str