Skip to content

Commit 56f1563

Browse files
update to store method name
1 parent fa752f3 commit 56f1563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/semantic_kernel/data/vector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ async def list_collection_names(self, **kwargs) -> Sequence[str]:
15711571
"""Get the names of all collections."""
15721572
... # pragma: no cover
15731573

1574-
async def does_collection_exist(self, collection_name: str) -> bool:
1574+
async def collection_exists(self, collection_name: str) -> bool:
15751575
"""Check if a collection exists.
15761576
15771577
This is a wrapper around the get_collection method of a collection,

0 commit comments

Comments
 (0)