Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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] = []
|