From eba5bc9bdf4b97e6ca02bf2e3c1401d848c0730f Mon Sep 17 00:00:00 2001 From: Kuro1 <412681778@qq.com> Date: Fri, 13 Oct 2023 11:02:31 +0800 Subject: [PATCH] Update hello_milvus.py fix a typo --- examples/hello_milvus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_milvus.py b/examples/hello_milvus.py index 979f576b8..0cbb8f944 100644 --- a/examples/hello_milvus.py +++ b/examples/hello_milvus.py @@ -79,7 +79,7 @@ insert_result = hello_milvus.insert(entities) hello_milvus.flush() -print(f"Number of entities in Milvus: {hello_milvus.num_entities}") # check the num_entites +print(f"Number of entities in Milvus: {hello_milvus.num_entities}") # check the num_entities ################################################################################ # 4. create index