jimytech commited on
Commit
4013f26
·
verified ·
1 Parent(s): 7416c28

Update rag_api.py

Browse files
Files changed (1) hide show
  1. 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/file/d/1hiVycS4DQHO1MBdC-L_z1TXA6sJO_Y-r/view?usp=drive_link"
25
- URL_PKL = "https://drive.google.com/file/d/1vbG8unx88Kb5jn7puGv1gqSM4S6rIUQC/view?usp=drive_link"
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