Skip to content

Commit

Permalink
Update hello_milvus.py
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
CsterKuroi authored Oct 13, 2023
1 parent c4a05a7 commit eba5bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_milvus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba5bc9

Please sign in to comment.