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.

Home Page:https://milvus.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

hyseimide opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

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