langchain_community.embeddings.jina
.is_local¶
- langchain_community.embeddings.jina.is_local(url: str) bool [source]¶
Check if a URL is a local file.
- Parameters
url (str) – The URL to check.
- Returns
True if the URL is a local file, False otherwise.
- Return type
bool