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