Skip to content

Commit

Permalink
update example (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing authored and yelusion2 committed Oct 16, 2023
1 parent 6569e45 commit e7464d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
hello_milvus.create_index("embeddings", index_params)


index_params2 = {"index_type": "TRIE"}
index_params2 = {"index_type": "Trie"}
hello_milvus2.create_index("var", index_params2)

print(f"Number of entities in hello_milvus2: {hello_milvus2.num_entities}") # check the num_entites
Expand Down

0 comments on commit e7464d1

Please sign in to comment.