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