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
Hey @jiaoew1991 When i searched has_ funtions there are 1.1 K files in the master repo mentioning the function...so could you help me which ones need to be changed?
Hey @jiaoew1991 When i searched has_ funtions there are 1.1 K files in the master repo mentioning the function...so could you help me which ones need to be changed?
Hi @Smartmind12, the Milvus server deprecated the HasXxx APIs, the SDK would keep the API but change the impl, like has_collection method in src/client.rs, it calls the HasCollection API of Milvus Server, we need to change it to call DescribeCollection API.
I just checked, only has_collection in src/client.rs and has_partition in src/collection.rs need to be changed
Hi @Smartmind12, the Milvus server deprecated the HasXxx APIs, the SDK would keep the API but change the impl, like has_collection method in src/client.rs, it calls the HasCollection API of Milvus Server, we need to change it to call DescribeCollection API.
I just checked, only has_collection in src/client.rs and has_partition in src/collection.rs need to be changed
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
All of the Milvus API changed, the Has_XXX functions will be deprecated in the future version
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: