DrishtiSharma commited on
Commit
4f70893
·
verified ·
1 Parent(s): f1929af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ from typing import List, Annotated, Any
37
  import re, operator
38
 
39
 
 
40
 
41
  class MultiAgentState(BaseModel):
42
  state: List[str] = []
 
37
  import re, operator
38
 
39
 
40
+ chromadb.api.client.SharedSystemClient.clear_system_cache()
41
 
42
  class MultiAgentState(BaseModel):
43
  state: List[str] = []