You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Description:
When using pymilvus, I noticed that AsyncMilvusClient does not have the has_collection() method, whereas MilvusClient does.
Steps to Reproduce:
frompymilvusimportAsyncMilvusClientclient=AsyncMilvusClient()
# Attempting to check for a collectionclient.has_collection("my_collection") # AttributeError: 'AsyncMilvusClient' object has no attribute 'has_collection'
Expected Behavior:
AsyncMilvusClient should have a has_collection() method similar to MilvusClient, or an equivalent alternative should be documented.
Environment:
pymilvus version: 2.5.5
Additional Context:
Is there an alternative way to check for collection existence in AsyncMilvusClient, or is this a missing feature?
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Description:
When using
pymilvus
, I noticed thatAsyncMilvusClient
does not have thehas_collection()
method, whereasMilvusClient
does.Steps to Reproduce:
Expected Behavior:
AsyncMilvusClient
should have ahas_collection()
method similar toMilvusClient
, or an equivalent alternative should be documented.Environment:
Additional Context:
Is there an alternative way to check for collection existence in
AsyncMilvusClient
, or is this a missing feature?Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: