メインコンテンツまでスキップ

API の提供状況

Zilliz Cloud は、より優れたユーザー体験を提供するために、Milvus とは若干異なる動作をします。この記事は、API の観点から 2 つのプラットフォームの違いを明確にすることを目的としています。

Milvus から Zilliz Cloud への移行を計画している場合、既存のコードに必要な変更を加える必要があるかもしれません。

シナリオ別の権限

以下の表では、サービスティアごとの API の提供状況を比較しています。Bring Your Own Cloud (BYOC) ソリューションの API 提供状況は、一部の例外を除き、Standard and Enterprise ティアと一致していることに注意してください。詳細については、Zilliz Cloud Limits を参照してください。

カテゴリ

API

コンソール

Free

Serverless

Dedicated / BYOC

Alias

alterAlias()

createAlias()

dropAlias()

describeAlias()

listAliases()

認証

createCredential()

deleteCredential()

listCredUsers()

updateCredential()

BulkInsert

bulkInsert()

getBulkInsertState()

listBulkInsertTasks()

Collection

getCollectionStatistics()

createCollection()

describeCollection()

dropCollection()

alterCollectionProperties()

getLoadingProgress()

getPersistentSgementInfo()

getQuerySegmentInfo()

getReplicas()

insert()

loadCollection()

releaseCollection()

showCollections()

getLoadState()

renameCollection()

upsert()

Database

ListDatabases

DropDatabase

CreateDatabase

Index

createIndex()

describeIndex()

dropIndex()

getIndexBuildProgress()

getIndexState()

Management

getCompactionState()

getCompactionStateWithPlan()

getFlushState()

getMetrics()

loadBalance()

manualCompact()

Partition

createPartition()

dropPartition()

getPartitionStatistics()

hasPartiotion()

loadPartitions()

releasePartitions()

showPartitions()

検索とクエリ

search()

query()

Role-based access control (RBAC)

addUserToRole()

createRole()

dropRole()

grantRolePrivilege()

removeUserFromRole()

revokeRolePrivilege()

selectGrantForRole()

selectGrantForRoleAndObject()

selectRole()

selectUser()

grantPrivilegeV2()

revokePrivilegeV2

システム

getVersion()

checkHealth()

Ctrl I