Commit ·
969e863
1
Parent(s): 184c939
debugging for private faiss
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ Generate the complete Verilog code.
|
|
| 147 |
|
| 148 |
# --------------------------- Space wiring below ---------------------------
|
| 149 |
|
| 150 |
-
CACHE_DIR = Path("/
|
| 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”
|