Yoxas commited on
Commit
5a73318
·
verified ·
1 Parent(s): 4218431

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ new_data.set_format("numpy", columns=["Abstract_Embeddings"])
37
  new_data.add_faiss_index("Abstract_Embeddings")
38
 
39
  # Now you can use the Dataset with the Faiss index
40
-
41
 
42
  model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
43
 
 
37
  new_data.add_faiss_index("Abstract_Embeddings")
38
 
39
  # Now you can use the Dataset with the Faiss index
40
+ data = data.add_faiss_index("Abstract_Embeddings")
41
 
42
  model_id = "meta-llama/Meta-Llama-3-8B-Instruct"
43