Update rag_api.py
Browse files- rag_api.py +2 -2
rag_api.py
CHANGED
|
@@ -21,8 +21,8 @@ os.makedirs(TEMP_CACHE_DIR, exist_ok=True)
|
|
| 21 |
# --------------------------------------------------------
|
| 22 |
# 1. CONFIGURACIÓN
|
| 23 |
# --------------------------------------------------------
|
| 24 |
-
URL_FAISS = "https://drive.google.com/
|
| 25 |
-
URL_PKL
|
| 26 |
DOWNLOAD_DIR = "/tmp/db_faiss"
|
| 27 |
DB_FAISS_PATH = DOWNLOAD_DIR
|
| 28 |
|
|
|
|
| 21 |
# --------------------------------------------------------
|
| 22 |
# 1. CONFIGURACIÓN
|
| 23 |
# --------------------------------------------------------
|
| 24 |
+
URL_FAISS = "https://drive.google.com/uc?export=download&id=1hiVycS4DQHO1MBdC-L_z1TXA6sJO_Y-r"
|
| 25 |
+
URL_PKL = "https://drive.google.com/uc?export=download&id=1vbG8unx88Kb5jn7puGv1gqSM4S6rIUQC"
|
| 26 |
DOWNLOAD_DIR = "/tmp/db_faiss"
|
| 27 |
DB_FAISS_PATH = DOWNLOAD_DIR
|
| 28 |
|