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