DrishtiSharma commited on
Commit
3371395
Β·
verified Β·
1 Parent(s): 3cc4fcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -21,6 +21,9 @@ rag_llm = ChatGroq(model="mixtral-8x7b-32768")
21
  llm_judge.verbose = True
22
  rag_llm.verbose = True
23
 
 
 
 
24
  st.title("❓")
25
 
26
  # Initialize session state variables
 
21
  llm_judge.verbose = True
22
  rag_llm.verbose = True
23
 
24
+ # Clear ChromaDB cache to fix tenant issue
25
+ chromadb.api.client.SharedSystemClient.clear_system_cache()
26
+
27
  st.title("❓")
28
 
29
  # Initialize session state variables