Qdrant: Check collection existence
qdrant_check_collection_existence.Rd
qdrant_check_collection_existence
establishes a connection with a qdrant instance and checks if a collection exists.
'
Examples
conn <- get_qdrant_connection()
#> → Connection to Qdrant confirmed
qdrant_check_collection_existence(conn, collection_name="hi_there")
#> [1] FALSE