Spaces:
Sleeping
Sleeping
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["
|
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 |
)
|