merve HF Staff commited on
Commit
ac1f9ef
·
verified ·
1 Parent(s): 0c3c4e4

Update papers.py

Browse files
Files changed (1) hide show
  1. papers.py +1 -1
papers.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  from ragatouille import RAGPretrainedModel
7
 
8
  api = HfApi()
9
- INDEX_DIR_PATH ="./"
10
  #INDEX_DIR_PATH = ".ragatouille/colbert/indexes/CVPR2024-papers-abstract-index/"
11
  #api.snapshot_download(
12
  # repo_id="CVPR2024/CVPR2024-papers-abstract-index",
 
6
  from ragatouille import RAGPretrainedModel
7
 
8
  api = HfApi()
9
+ INDEX_DIR_PATH ="./content/my_index/"
10
  #INDEX_DIR_PATH = ".ragatouille/colbert/indexes/CVPR2024-papers-abstract-index/"
11
  #api.snapshot_download(
12
  # repo_id="CVPR2024/CVPR2024-papers-abstract-index",