Pudding48 commited on
Commit
3cb1d04
·
verified ·
1 Parent(s): da43690

Update qabot.py

Browse files
Files changed (1) hide show
  1. qabot.py +1 -1
qabot.py CHANGED
@@ -27,7 +27,7 @@ model_file = hf_hub_download(
27
  )
28
 
29
  # Vector store location
30
- vector_dp_path = "vectorstores/db_faiss"
31
 
32
  from prepare_vector_dp import create_db_from_text
33
  create_db_from_text()
 
27
  )
28
 
29
  # Vector store location
30
+ vector_dp_path = "/home/user/app/vectorstores/db_faiss"
31
 
32
  from prepare_vector_dp import create_db_from_text
33
  create_db_from_text()