Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from utills import load_txt_documents , split_docs, chroma_db, load_uploaded_doc
|
|
17 |
|
18 |
# Initialize variables and paths
|
19 |
script_dir = os.path.dirname(os.path.abspath(__file__))
|
20 |
-
data_path = "
|
21 |
model_path = os.path.join(script_dir, 'qwen2-0_5b-instruct-q4_0.gguf')
|
22 |
store = {}
|
23 |
|
|
|
17 |
|
18 |
# Initialize variables and paths
|
19 |
script_dir = os.path.dirname(os.path.abspath(__file__))
|
20 |
+
data_path = "data"
|
21 |
model_path = os.path.join(script_dir, 'qwen2-0_5b-instruct-q4_0.gguf')
|
22 |
store = {}
|
23 |
|