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

Added Notebook and Apps for DZone Article #1412

Open tspannhw opened 4 weeks ago

tspannhw commented 4 weeks ago

Added notebook and apps for

https://dzone.com/articles/multiple-vectors-and-advanced-search-data-model-design

New directory for my notebook and 2 python scripts

review-notebook-app[bot] commented 4 weeks ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

sre-ci-robot commented 4 weeks ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: tspannhw

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/milvus-io/bootcamp/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
sre-ci-robot commented 4 weeks ago

Welcome @tspannhw! It looks like this is your first PR to milvus-io/bootcamp 🎉

review-notebook-app[bot] commented 4 weeks ago

View / edit / reply to this conversation on ReviewNB

codingjaguar commented on 2024-09-06T00:24:17Z ----------------------------------------------------------------

Nit, weird double blank separation, e.g.

options. For


review-notebook-app[bot] commented 4 weeks ago

View / edit / reply to this conversation on ReviewNB

codingjaguar commented on 2024-09-06T00:24:17Z ----------------------------------------------------------------

maybe group these sections into a section called dataset? Or better, a structure like this:

🔍 Summary

📊 Dataset Used in This Notebook

📊 Start Building

Install Dependencies

...

Conclusion


review-notebook-app[bot] commented 4 weeks ago

View / edit / reply to this conversation on ReviewNB

codingjaguar commented on 2024-09-06T00:24:18Z ----------------------------------------------------------------

Where is the section of ingesting data? Only saw code for preparing the search query.