Anne31415 commited on
Commit
528e8e0
·
verified ·
1 Parent(s): f09a2f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ api_key = os.getenv("OPENAI_API_KEY")
55
 
56
  # Updated load_vector_store function with Streamlit text outputs and directory handling for Git
57
  @st.cache_data(persist="disk")
58
- def load_vector_store(file_path, store_name, force_reload=False):
59
  local_repo_path = "Private_Book"
60
  vector_store_path = os.path.join(local_repo_path, f"{store_name}.pkl")
61
 
 
55
 
56
  # Updated load_vector_store function with Streamlit text outputs and directory handling for Git
57
  @st.cache_data(persist="disk")
58
+ def load_vector_store(file_path, store_name, force_reload=True):
59
  local_repo_path = "Private_Book"
60
  vector_store_path = os.path.join(local_repo_path, f"{store_name}.pkl")
61