Spaces:
Sleeping
Sleeping
Update Index.py
Browse files
Index.py
CHANGED
@@ -193,7 +193,7 @@ def _load_embeddings_from_db(
|
|
193 |
embeddings.load("index") # change this later
|
194 |
else:
|
195 |
print(3)
|
196 |
-
embeddings.load(f"{os.getcwd()}/index/{domain}
|
197 |
return embeddings
|
198 |
|
199 |
|
|
|
193 |
embeddings.load("index") # change this later
|
194 |
else:
|
195 |
print(3)
|
196 |
+
embeddings.load(f"{os.getcwd()}/index/{domain}")
|
197 |
return embeddings
|
198 |
|
199 |
|