midrees2806 commited on
Commit
65b85bf
·
verified ·
1 Parent(s): 45681b1

Update rag.py

Browse files
Files changed (1) hide show
  1. rag.py +1 -1
rag.py CHANGED
@@ -25,7 +25,7 @@ HF_DATASET_REPO = "midrees2806/unmatched_queries"
25
  HF_TOKEN = os.getenv("HF_TOKEN")
26
 
27
  # Load dataset (automatically using the path)
28
- with open('dataset.json', 'r') as f:
29
  dataset = json.load(f)
30
 
31
  # Precompute embeddings
 
25
  HF_TOKEN = os.getenv("HF_TOKEN")
26
 
27
  # Load dataset (automatically using the path)
28
+ with open('dataset/', 'r') as f:
29
  dataset = json.load(f)
30
 
31
  # Precompute embeddings