Skip to content

Commit 48b4e35

Browse files
alwayslove2013XuanYang-cn
authored andcommitted
feat: add ujson dependency and fix lint issues
Signed-off-by: min.tian <min.tian.cn@gmail.com>
1 parent 184b3a4 commit 48b4e35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ all = [
7474
"pyvespa",
7575
"lancedb",
7676
"mysql-connector-python",
77+
"ujson",
7778
]
7879

7980
qdrant = [ "qdrant-client" ]

vectordb_bench/backend/clients/tencent_elasticsearch/tencent_elasticsearch.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
import time
33
from contextlib import contextmanager
44

5-
from vectordb_bench.backend.filter import Filter, FilterOp
5+
from vectordb_bench.backend.filter import FilterOp
66

77
from ..elastic_cloud.elastic_cloud import ElasticCloud
8-
from .config import TencentElasticsearchIndexConfig
98

109
for logger in ("elasticsearch", "elastic_transport"):
1110
logging.getLogger(logger).setLevel(logging.WARNING)

0 commit comments

Comments
 (0)