File size: 151 Bytes
10d6a86
 
 
 
1
2
3
4
5
import os

datadir = '../data'  # will be used in main.py
parquet_file = os.path.join(datadir, 'text_vectors.parquet') # used by the files in 'engine'