mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-31 20:19:43 +00:00
fix: incorrect arguments in clickhouse docstring (#11693)
fix docstring for clickhouse
This commit is contained in:
parent
17b5090c18
commit
e75766b759
@ -34,9 +34,9 @@ class ClickhouseSettings(BaseSettings):
|
||||
"""`ClickHouse` client configuration.
|
||||
|
||||
Attribute:
|
||||
clickhouse_host (str) : An URL to connect to MyScale backend.
|
||||
host (str) : An URL to connect to MyScale backend.
|
||||
Defaults to 'localhost'.
|
||||
clickhouse_port (int) : URL port to connect with HTTP. Defaults to 8443.
|
||||
port (int) : URL port to connect with HTTP. Defaults to 8443.
|
||||
username (str) : Username to login. Defaults to None.
|
||||
password (str) : Password to login. Defaults to None.
|
||||
index_type (str): index type string.
|
||||
|
Loading…
Reference in New Issue
Block a user