Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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):
|