Anne31415 commited on
Commit
a2d99d3
·
1 Parent(s): 0f0647f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ api_key = os.getenv("OPENAI_API_KEY")
44
 
45
 
46
  # Updated caching mechanism using st.cache_data
47
- @st.cache_data(persist="disk")
48
 
49
 
50
  def load_vector_store(file_path, store_name, force_reload=False):
 
44
 
45
 
46
  # Updated caching mechanism using st.cache_data
47
+ #@st.cache_data(persist="disk")
48
 
49
 
50
  def load_vector_store(file_path, store_name, force_reload=False):