MCPcopy
hub / github.com/langroid/langroid / delete_collection

Method delete_collection

langroid/vector_store/qdrantdb.py:387–388  ·  view source on GitHub ↗
(self, collection_name: str)

Source from the content-addressed store, hash-verified

385 )
386
387 def delete_collection(self, collection_name: str) -> None:
388 self.client.delete_collection(collection_name=collection_name)
389
390 def _to_int_or_uuid(self, id: str) -> int | str:
391 try:

Callers 4

vecdbFunction · 0.95
clear_all_collectionsMethod · 0.45
create_collectionMethod · 0.45

Calls

no outgoing calls

Tested by 1

vecdbFunction · 0.76