import os | |
datadir = 'data' # will be used in main.py | |
datadir2 = 'assets/data' # backup since data can be emptied | |
parquet_file = os.path.join(datadir, 'text_vectors.parquet') # used by the files in 'engine' | |
import os | |
datadir = 'data' # will be used in main.py | |
datadir2 = 'assets/data' # backup since data can be emptied | |
parquet_file = os.path.join(datadir, 'text_vectors.parquet') # used by the files in 'engine' | |