Mohammedelhakim commited on
Commit
49e6a7a
·
verified ·
1 Parent(s): 3b41664

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -23,7 +23,7 @@ if not os.path.exists(CHROMA_DIR):
23
  snapshot_download(
24
  repo_id="Mohammedelhakim/parenting-qa-vectordb",
25
  repo_type="dataset",
26
- local_dir="chroma_db",
27
 
28
  )
29
  print("Vector database downloaded!")
 
23
  snapshot_download(
24
  repo_id="Mohammedelhakim/parenting-qa-vectordb",
25
  repo_type="dataset",
26
+ local_dir="chroma_db"
27
 
28
  )
29
  print("Vector database downloaded!")