From e75766b759af4e7daebd456ba499b528be6ece45 Mon Sep 17 00:00:00 2001 From: Robert Yi Date: Wed, 11 Oct 2023 18:41:21 -0700 Subject: [PATCH] fix: incorrect arguments in clickhouse docstring (#11693) fix docstring for clickhouse --- libs/langchain/langchain/vectorstores/clickhouse.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/langchain/langchain/vectorstores/clickhouse.py b/libs/langchain/langchain/vectorstores/clickhouse.py index 76266a672cb..81e59ede99c 100644 --- a/libs/langchain/langchain/vectorstores/clickhouse.py +++ b/libs/langchain/langchain/vectorstores/clickhouse.py @@ -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.