YUSNERI17 commited on
Commit
9dd4e83
·
verified ·
1 Parent(s): e958957

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://docs.google.com/uc?export=download&id=1vMgsc6BVdnmu0tk2E9l1MrDrpXDppdow"
25
- URL_PKL = "https://docs.google.com/uc?export=download&id=1TNxvU97DtF97ncns_5MH3KlJNqtGwQNe"
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=1pFE0RqM5QAKDkRqj2FHUoEglXDhr48nj"
25
+ URL_PKL = "https://drive.google.com/uc?export=download&id=1md--JucisjwlCCarE-HQqst9K73Pom0J"
26
  DOWNLOAD_DIR = "/tmp/db_faiss"
27
  DB_FAISS_PATH = DOWNLOAD_DIR
28