Spaces:
Sleeping
Sleeping
changed container name in app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def load_from_azure(container_name, local_dir="./index"):
|
|
| 34 |
|
| 35 |
# Download files from Azure
|
| 36 |
print("start download faiss")
|
| 37 |
-
load_from_azure("
|
| 38 |
print("ok.")
|
| 39 |
# Load into FAISS
|
| 40 |
# from langchain_community.embeddings import HuggingFaceEmbeddings # deprecated
|
|
|
|
| 34 |
|
| 35 |
# Download files from Azure
|
| 36 |
print("start download faiss")
|
| 37 |
+
load_from_azure("avatarvectordb-container")
|
| 38 |
print("ok.")
|
| 39 |
# Load into FAISS
|
| 40 |
# from langchain_community.embeddings import HuggingFaceEmbeddings # deprecated
|