Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
246 |
-
PERSIST_DIR_keyword = "vectors/
|
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)
|