bhardwaj08sarthak commited on
Commit
3b7c098
·
verified ·
1 Parent(s): 84d754d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ except Exception:
71
  _BLOOM_INDEX = build_phrase_index(_backend, BLOOMS_PHRASES)
72
  _DOK_INDEX = build_phrase_index(_backend, DOK_PHRASES)
73
 
74
- DATASET_REPO = "bhardwaj08sarthak/my-stem-index" # your dataset repo id
75
  PERSIST_SUBDIR = "index_store" # folder inside the dataset
76
 
77
  # Writable cache base (home or /tmp)
 
71
  _BLOOM_INDEX = build_phrase_index(_backend, BLOOMS_PHRASES)
72
  _DOK_INDEX = build_phrase_index(_backend, DOK_PHRASES)
73
 
74
+ DATASET_REPO = "bhardwaj08sarthak/rag-index" # your dataset repo id
75
  PERSIST_SUBDIR = "index_store" # folder inside the dataset
76
 
77
  # Writable cache base (home or /tmp)