Spaces:
Sleeping
Sleeping
Bastien Dechamps
commited on
Commit
·
4cf404a
1
Parent(s):
d9b35be
fix path
Browse files
app.py
CHANGED
@@ -21,8 +21,10 @@ ALL_GUESSR_ARGS = {
|
|
21 |
),
|
22 |
"retriever": Retriever(
|
23 |
embeddings_path=os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
24 |
-
"resources/
|
25 |
-
)
|
|
|
|
|
26 |
}
|
27 |
}
|
28 |
|
|
|
21 |
),
|
22 |
"retriever": Retriever(
|
23 |
embeddings_path=os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
24 |
+
"resources/embeddings.npy"),
|
25 |
+
),
|
26 |
+
"metadata_path": os.path.join(os.path.dirname(os.path.abspath(__file__)),
|
27 |
+
"resources/metadatav3.csv"),
|
28 |
}
|
29 |
}
|
30 |
|