Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|