paulcalzada commited on
Commit
969e863
·
1 Parent(s): 184c939

debugging for private faiss

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ Generate the complete Verilog code.
147
 
148
  # --------------------------- Space wiring below ---------------------------
149
 
150
- CACHE_DIR = Path("/data/faiss_index") # Spaces ephemeral storage
151
  CACHE_DIR.mkdir(parents=True, exist_ok=True)
152
 
153
  # Env vars you’ll set in the Space “Settings → Repository secrets”
 
147
 
148
  # --------------------------- Space wiring below ---------------------------
149
 
150
+ CACHE_DIR = Path("./faiss_index") # Stores index in repo's ephemeral environment
151
  CACHE_DIR.mkdir(parents=True, exist_ok=True)
152
 
153
  # Env vars you’ll set in the Space “Settings → Repository secrets”