mr / app /settings.py
JPBianchi's picture
vectorstore client issue
79b8126
raw
history blame
151 Bytes
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'