yuvaranianandhan24 commited on
Commit
35c1f9b
·
verified ·
1 Parent(s): dc1be5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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"