langchain_core.utils.image
encode_image()
从图像URI获取base64字符串。
image_path (str) – 图像的路径。
图像的base64字符串。
str