You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but in local project ,it produce a file, name is .env.example .
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
The text was updated successfully, but these errors were encountered:
DATASET_LOCAL_DIR different in container use and local use.
VectorDBBench/vectordb_bench/__init__.py
Line 17 in 4b38712
but in local project ,it produce a file, name is .env.example .
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
The text was updated successfully, but these errors were encountered: