Lonnie1214 commited on
Commit
d28be15
·
verified ·
1 Parent(s): f02d603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ dataset = load_dataset("not-lain/wikipedia",revision = "embedded")
22
 
23
 
24
  data = dataset["train"]
25
- data = data.add_faiss_index("problem") # column name that has the embeddings of the dataset
26
  model_id = "HuggingFaceH4/zephyr-7b-beta"
27
 
28
 
 
22
 
23
 
24
  data = dataset["train"]
25
+ data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
26
  model_id = "HuggingFaceH4/zephyr-7b-beta"
27
 
28