From 3fdb298e5a311c5cd74bd208edd18886de31d096 Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Wed, 17 Jul 2024 15:40:05 +0800 Subject: [PATCH] remove redundant config definitions Signed-off-by: min.tian --- vectordb_bench/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vectordb_bench/__init__.py b/vectordb_bench/__init__.py index c3822a64a..f7664502f 100644 --- a/vectordb_bench/__init__.py +++ b/vectordb_bench/__init__.py @@ -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