FinRAG / app /settings.py
JPBianchi's picture
vectorstore client issue
79b8126
Raw
History Blame Contribute Delete
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'