ppsingh commited on
Commit
320a9e1
·
verified ·
1 Parent(s): 6835b9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,6 +79,7 @@ def embed_chunks(chunks):
79
  print("vector embeddings done")
80
  return qdrant_collections
81
 
 
82
  def get_local_qdrant():
83
  """once the local qdrant server is created this is used to make the connection to exisitng server"""
84
 
 
79
  print("vector embeddings done")
80
  return qdrant_collections
81
 
82
+ @st.cache_resource
83
  def get_local_qdrant():
84
  """once the local qdrant server is created this is used to make the connection to exisitng server"""
85