mr / app /settings.py
JPBianchi's picture
endpoint only, no UI
ae92cb7
raw
history blame contribute delete
210 Bytes
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'