qdrant-client
qdrant-client copied to clipboard
remove rest, async grpc methods and recreate_collection in qdrant-client 1.13.0
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!
Hi @Amrutha2018 , yes
Instead you can use a combination of collection_exists, create_collection, delete_collection (depends on what you'd like to achieve)