langchain_community.embeddings.jina
is_local()
检查一个URL是否为本地文件。
url (str) – 要检查的URL。
如果URL是本地文件返回True,否则返回False。
bool