momenaca commited on
Commit
c780ad4
·
1 Parent(s): dd966c4

fix path issue with databases

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Spinoza/spinoza-database",
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
  )