qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

remove rest, async grpc methods and recreate_collection in qdrant-client 1.13.0

Open joein opened this issue 1 year ago • 2 comments

joein avatar Aug 29 '24 06:08 joein

Hi @joein ,

Could you please confirm if the plan is to remove the recreate_collection method from both the gRPC and REST implementations? I noticed it's implemented in both and marked for deprecation.

Thanks!

Amrutha2018 avatar Sep 17 '24 15:09 Amrutha2018

Hi @Amrutha2018 , yes

Instead you can use a combination of collection_exists, create_collection, delete_collection (depends on what you'd like to achieve)

joein avatar Sep 17 '24 15:09 joein