Skip to content

Commit 43e2df2

Browse files
committed
fix: remove unused code
1 parent 49829af commit 43e2df2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

vectordb_bench/backend/clients/clickhouse/clickhouse.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ def __init__(
3939
# construct basic units
4040
self.conn = self._create_connection(**self.db_config, settings=self.session_param)
4141

42-
# set this param to enable ANN search
43-
#self._set_experimental_param()
44-
4542
if drop_old:
4643
log.info(f"Clickhouse client drop table : {self.table_name}")
4744
self._drop_table()

0 commit comments

Comments
 (0)