Updated Getting started (markdown)

master
Jael Gu 2021-10-18 11:11:12 +08:00
parent b8da9d0bff
commit 5f4383996d
1 changed files with 3 additions and 0 deletions

@ -113,6 +113,9 @@ await milvusClient.dataManager.flush({ collection_names: [collection_name] });
# Loading
Before searching, you need to load the data from disk to memory.
> **Warning:**
>
> In current release, data to be load must be under 70% of the total memory resources of all query nodes to reserve memory resources for execution engine.
**In Python**
```