milvus-io / bootcamp

Dealing with all unstructured data, such as reverse image search, audio search, molecular search, video analysis, question and answer systems, NLP, etc.
https://milvus.io
Apache License 2.0
1.83k stars 561 forks source link

[BUG]: Logic error on the last batch insert in file recommender_system.ipynb #1294

Open hyseimide opened 5 months ago

hyseimide commented 5 months ago

Is there an existing issue for this?

Current Behavior

collection.insert(movie_dict)

movie_dict is the last movie

Expected Behavior

collection.insert(batch)

batch is the last batch, may be <5 movies

Steps To Reproduce

No response

Software version

No response

Anything else?

No response