Skip to content

Commit

Permalink
Fix chromaDB method name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Jan 29, 2024
1 parent aeb4855 commit 6b65da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vanna/chromadb/chromadb_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b65da7

Please sign in to comment.