🚀 Try Zilliz Cloud, the fully managed Milvus, for free—experience 10x faster performance! Try Now>>

milvus-logo
LFAI
< Docs
  • Node

loadCollection()

This method loads the specified collection to memory (for search or query).

Invocation

new milvusClient(MILUVS_ADDRESS).collectionManager.loadCollection(LoadCollectionReq);

Parameters

LoadCollectionReq

ParameterDescriptionTypeRequired
collection_nameName of the collection to loadStringTrue

Example

new milvusClient(MILUVS_ADDRESS).collectionManager.loadCollection({
  collection_name: 'my_collection',
});

Return

// loadCollection return
{ error_code: 'Success', reason: '' }

Try Managed Milvus for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?