jaiganesan commited on
Commit
399e0ae
·
verified ·
1 Parent(s): 236a455

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -242,8 +242,8 @@ def get_article_and_arxiv_content(query):
242
 
243
 
244
  def file_nodes_vector():
245
- PERSIST_DIR_vector = "vectors/vectors/vector_index"
246
- PERSIST_DIR_keyword = "vectors/vectors/keyword_index"
247
 
248
  if not os.path.exists(PERSIST_DIR_vector):
249
  os.makedirs(PERSIST_DIR_vector)
 
242
 
243
 
244
  def file_nodes_vector():
245
+ PERSIST_DIR_vector = "vectors/vector_index"
246
+ PERSIST_DIR_keyword = "vectors/keyword_index"
247
 
248
  if not os.path.exists(PERSIST_DIR_vector):
249
  os.makedirs(PERSIST_DIR_vector)