Spaces:
Sleeping
Sleeping
fix path issue with databases
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ bdd_afp = get_vectorstore_api("afp")
|
|
54 |
qdrants = {
|
55 |
tab: pickle_to_document_store(
|
56 |
hf_hub_download(
|
57 |
-
repo_id="
|
58 |
filename=f"database_{tab}.pickle",
|
59 |
repo_type="dataset",
|
60 |
)
|
|
|
54 |
qdrants = {
|
55 |
tab: pickle_to_document_store(
|
56 |
hf_hub_download(
|
57 |
+
repo_id="SpinozaProject/spinoza-database",
|
58 |
filename=f"database_{tab}.pickle",
|
59 |
repo_type="dataset",
|
60 |
)
|