wylum commited on
Commit
d7f6f31
·
verified ·
1 Parent(s): 29ad230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -231,8 +231,8 @@ def build_qa_chain(collection_name, vector_db, file: str):
231
  embeddings = HuggingFaceEmbeddings()
232
  """
233
 
234
- #vincent added to handle the tenant problem
235
- #chromadb.api.client.SharedSystemClient.clear_system_cache()
236
  new_client = chromadb.EphemeralClient()
237
  memory = ConversationBufferMemory(
238
  memory_key="chat_history",
 
231
  embeddings = HuggingFaceEmbeddings()
232
  """
233
 
234
+ #vincent added to handle the tenant problem 20250211
235
+ chromadb.api.client.SharedSystemClient.clear_system_cache()
236
  new_client = chromadb.EphemeralClient()
237
  memory = ConversationBufferMemory(
238
  memory_key="chat_history",