From 6b65da7f09732159f6abef81d4fe91b943dbcd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Mon, 29 Jan 2024 16:51:28 +0100 Subject: [PATCH] Fix chromaDB method name typo --- src/vanna/chromadb/chromadb_vector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vanna/chromadb/chromadb_vector.py b/src/vanna/chromadb/chromadb_vector.py index ed320463..a8743b42 100644 --- a/src/vanna/chromadb/chromadb_vector.py +++ b/src/vanna/chromadb/chromadb_vector.py @@ -154,7 +154,7 @@ def remove_training_data(self, id: str, **kwargs) -> bool: return True else: return False - def reomove_collection(self, collection_name: str) -> bool: + def remove_collection(self, collection_name: str) -> bool: """ This function can reset the collection to empty state.