Skip to content

Commit

Permalink
remove redundant config definitions
Browse files Browse the repository at this point in the history
Signed-off-by: min.tian <[email protected]>
  • Loading branch information
alwayslove2013 authored and XuanYang-cn committed Jul 17, 2024
1 parent 966bd80 commit 3fdb298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vectordb_bench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class config:


K_DEFAULT = 100 # default return top k nearest neighbors during search
RESULTS_LOCAL_DIR = pathlib.Path(__file__).parent.joinpath("results")
CUSTOM_CONFIG_DIR = pathlib.Path(__file__).parent.joinpath("custom/custom_case.json")

CAPACITY_TIMEOUT_IN_SECONDS = 24 * 3600 # 24h
Expand Down

0 comments on commit 3fdb298

Please sign in to comment.