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