langchain_community.embeddings.sparkllm.Url

class langchain_community.embeddings.sparkllm.Url(host: str, path: str, schema: str)[source]

URL类用于解析URL。

方法

__init__(host, path, schema)

参数
  • host (str) –

  • path (str) –

  • schema (str) –

__init__(host: str, path: str, schema: str) None[source]
参数
  • host (str) –

  • path (str) –

  • schema (str) –

返回类型

None