zilliztech / VectorDBBench

A Benchmark Tool for VectorDB
MIT License
455 stars 109 forks source link

【bug】 dataset DIR path should be consistency #328

Closed frg01 closed 2 weeks ago

frg01 commented 1 month ago

DATASET_LOCAL_DIR different in container use and local use.

https://github.com/zilliztech/VectorDBBench/blob/4b3871237208acb2ffb9db9bef0077b692feb69c/vectordb_bench/__init__.py#L17

but in local project ,it produce a file, name is .env.example . image

It can be seen that the variable names are the same, but the values ​​are different. DATASET_LOCAL_DIR = env.path("DATASET_LOCAL_DIR", "/tmp/vectordb_bench/dataset") DATASET_LOCAL_DIR="/tmp/vector_db_bench/dataset"

one is vectordb_bench ,another is vector_db_bench

alwayslove2013 commented 1 month ago

@frg01 good catch!