diff --git a/site/en/faq/operational_faq.md b/site/en/faq/operational_faq.md index 14359b6d1..2bf4c62eb 100644 --- a/site/en/faq/operational_faq.md +++ b/site/en/faq/operational_faq.md @@ -6,10 +6,6 @@ title: Operational FAQ # Operational FAQ - - - - #### What if I failed to pull the Milvus Docker image from Docker Hub? @@ -84,7 +80,7 @@ Yes. You can install Milvus in an offline environment. See [Install Milvus Offli The Milvus log is printed to stout (standard output) and stderr (standard error) by default, however we highly recommend redirecting your log to a persistent volume in production. To do so, update `log.file.rootPath` in **milvus.yaml**. And if you deploy Milvus with `milvus-helm` chart, you also need to enable log persistence first via `--set log.persistence.enabled=true`. -If you didn't change the config, using kubectl logs or docker logs CONTAINER can also help you to find the log. +If you didn't change the config, using kubectl logs POD_NAME or docker logs CONTAINER can also help you to find the log. #### Can I create index for a segment before inserting data into it? diff --git a/site/en/faq/performance_faq.md b/site/en/faq/performance_faq.md index 0b7ec66a9..ecb3c4486 100644 --- a/site/en/faq/performance_faq.md +++ b/site/en/faq/performance_faq.md @@ -6,10 +6,6 @@ title: Performance FAQ # Performance FAQ - - - - #### How to set `nlist` and `nprobe` for IVF indexes? diff --git a/site/en/faq/product_faq.md b/site/en/faq/product_faq.md index d5b25f8f0..6b329984c 100644 --- a/site/en/faq/product_faq.md +++ b/site/en/faq/product_faq.md @@ -6,11 +6,6 @@ title: Product FAQ # Product FAQ - - - - - #### How much does Milvus cost?