Spaces:
Runtime error
Runtime error
Update qabot.py
Browse files
qabot.py
CHANGED
@@ -29,7 +29,7 @@ model_file = hf_hub_download(
|
|
29 |
# Vector store location
|
30 |
vector_dp_path = "/home/user/app/vectorstores/db_faiss"
|
31 |
|
32 |
-
from prepare_vector_dp import
|
33 |
#create_db_from_text()
|
34 |
create_dp_from_files()
|
35 |
|
|
|
29 |
# Vector store location
|
30 |
vector_dp_path = "/home/user/app/vectorstores/db_faiss"
|
31 |
|
32 |
+
from prepare_vector_dp import create_dp_from_files
|
33 |
#create_db_from_text()
|
34 |
create_dp_from_files()
|
35 |
|