NinaAchache
commited on
Commit
•
a906c85
1
Parent(s):
a5686cb
correcting path
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ system_template = {
|
|
14 |
|
15 |
|
16 |
document_store = FAISSDocumentStore.load(
|
17 |
-
index_path=f"./climate_gpt.faiss",
|
18 |
-
config_path=f"./climate_gpt.json",
|
19 |
)
|
20 |
dense = EmbeddingRetriever(
|
21 |
document_store=document_store,
|
|
|
14 |
|
15 |
|
16 |
document_store = FAISSDocumentStore.load(
|
17 |
+
index_path=f"./documents/climate_gpt.faiss",
|
18 |
+
config_path=f"./documents/climate_gpt.json",
|
19 |
)
|
20 |
dense = EmbeddingRetriever(
|
21 |
document_store=document_store,
|