talk-to-data / config.py
qmaruf's picture
config updated
90a813d
raw
history blame
No virus
190 Bytes
class Config:
chunk_size = 1000
chunk_overlap = 100
vectorstore_dir = 'docs'
vectorstore_path = f'{vectorstore_dir}/vectorstore.pkl'
chatgpt_model_name = 'gpt-3.5-turbo'