Skip to content

Commit dc17713

Browse files
committed
added suppress warnings
1 parent 2bd3c37 commit dc17713

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/code_explainer/utils/storage_qdrant.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
from crewai.memory.storage.rag_storage import RAGStorage
55
from qdrant_client import QdrantClient
66

7+
import warnings
8+
warnings.filterwarnings("ignore", category=DeprecationWarning, module="qdrant_client")
9+
710

811
class QdrantStorage(RAGStorage):
912
"""

0 commit comments

Comments
 (0)