We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49829af commit 43e2df2Copy full SHA for 43e2df2
1 file changed
vectordb_bench/backend/clients/clickhouse/clickhouse.py
@@ -39,9 +39,6 @@ def __init__(
39
# construct basic units
40
self.conn = self._create_connection(**self.db_config, settings=self.session_param)
41
42
- # set this param to enable ANN search
43
- #self._set_experimental_param()
44
-
45
if drop_old:
46
log.info(f"Clickhouse client drop table : {self.table_name}")
47
self._drop_table()
0 commit comments