Spaces:
Runtime error
Runtime error
yuvaranianandhan24
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ Settings.embed_model = HuggingFaceEmbedding(
|
|
24 |
model_name="BAAI/bge-small-en-v1.5"
|
25 |
)
|
26 |
|
|
|
27 |
# Define the directory for persistent storage and data
|
28 |
PERSIST_DIR = "./db"
|
29 |
DATA_DIR = "data"
|
|
|
24 |
model_name="BAAI/bge-small-en-v1.5"
|
25 |
)
|
26 |
|
27 |
+
|
28 |
# Define the directory for persistent storage and data
|
29 |
PERSIST_DIR = "./db"
|
30 |
DATA_DIR = "data"
|