Jalajk commited on
Commit
4ece7a8
1 Parent(s): 3d89154

Update Index.py

Browse files
Files changed (1) hide show
  1. Index.py +1 -1
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}/documents")
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