momenaca commited on
Commit
4a232b9
·
verified ·
1 Parent(s): 07b2551

Update spinoza_project/source/frontend/gradio_utils.py

Browse files
spinoza_project/source/frontend/gradio_utils.py CHANGED
@@ -68,7 +68,7 @@ def get_qdrants_public(config):
68
  qdrants = {
69
  tab: pickle_to_document_store(
70
  hf_hub_download(
71
- repo_id=config["prompt_naming"],
72
  filename=f"database_{tab}.pickle",
73
  repo_type="dataset",
74
  )
 
68
  qdrants = {
69
  tab: pickle_to_document_store(
70
  hf_hub_download(
71
+ repo_id=config["database_hf"],
72
  filename=f"database_{tab}.pickle",
73
  repo_type="dataset",
74
  )