Chris4K commited on
Commit
2156316
1 Parent(s): 881505f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def get_vector_store(vector_store_type, chunks, embedding_model):
193
  # Use a helper function for the actual vector store creation
194
  return _create_vector_store(vector_store_type, chunks_tuple, embedding_model)
195
 
196
- @lru_cache(maxsize=None)
197
  def _create_vector_store(vector_store_type, chunks_tuple, embedding_model):
198
  # Convert the tuple back to a list for use with the vector store
199
  chunks = list(chunks_tuple)
 
193
  # Use a helper function for the actual vector store creation
194
  return _create_vector_store(vector_store_type, chunks_tuple, embedding_model)
195
 
196
+
197
  def _create_vector_store(vector_store_type, chunks_tuple, embedding_model):
198
  # Convert the tuple back to a list for use with the vector store
199
  chunks = list(chunks_tuple)