File size: 210 Bytes
10d6a86
 
ae92cb7
 
 
10d6a86
1
2
3
4
5
6
7
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'