Url# class langchain_community.embeddings.sparkllm.Url(host: str, path: str, schema: str)[source]# URL class for parsing the URL. Methods __init__(host,Β path,Β schema) Parameters: host (str) β path (str) β schema (str) β __init__(host: str, path: str, schema: str) β None[source]# Parameters: host (str) β path (str) β schema (str) β Return type: None