From 93d43bc8a4912235a70b7336063740d4db728b24 Mon Sep 17 00:00:00 2001 From: Matt B Date: Fri, 13 Dec 2024 00:32:23 +0800 Subject: [PATCH] revert rag_storage.py changes --- src/crewai/memory/storage/rag_storage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crewai/memory/storage/rag_storage.py b/src/crewai/memory/storage/rag_storage.py index ac894f80f..bf40aee96 100644 --- a/src/crewai/memory/storage/rag_storage.py +++ b/src/crewai/memory/storage/rag_storage.py @@ -153,7 +153,6 @@ class RAGStorage(BaseRAGStorage): shutil.rmtree(f"{db_storage_path()}/{self.type}") if self.app: self.app.reset() - except Exception as e: if "attempt to write a readonly database" in str(e): # Ignore this specific error