Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import time
|
|
13 |
token = os.environ["HF_TOKEN"]
|
14 |
ST = SentenceTransformer("mixedbread-ai/mxbai-embed-large-v1")
|
15 |
|
16 |
-
dataset = load_dataset("jihye-moon/LawQA-Ko"
|
17 |
|
18 |
data = dataset["train"]
|
19 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|
|
|
13 |
token = os.environ["HF_TOKEN"]
|
14 |
ST = SentenceTransformer("mixedbread-ai/mxbai-embed-large-v1")
|
15 |
|
16 |
+
dataset = load_dataset("jihye-moon/LawQA-Ko")
|
17 |
|
18 |
data = dataset["train"]
|
19 |
data = data.add_faiss_index("embeddings") # column name that has the embeddings of the dataset
|