How to do text embedding vector similarity search with Milvus Standalone🔥: Python - Milvus #3

In today's tutorial, we are going to do a text similarity search with Milvus. Milvus is an open-source vector database. I'll show you an example in Python.
⭐ Code ⭐
GitHub repository: github.com/rokbenko/ai-playgr...
Code for this tutorial: github.com/rokbenko/ai-playgr...
🙌 Support 🙌
If you would like to support me, join my Patreon community ( / rokbenko ) and subscribe to my KZread channel ( / @rokbenko ). Don't forget to click the bell 🔔 to get a notification when I release a new video.
👇 Contact 👇
GitHub: github.com/rokbenko
StackOverflow: stackoverflow.com/users/10347...
LinkedIn: / rokbenko
🎞️ Timestamps 🎞️
00:00 - Intro
00:11 - Code for this tutorial
00:27 - Previous tutorial
00:38 - Text similarity search explained
00:54 - Run Milvus Docker containers
01:14 - About "Movies" collection
01:49 - Code breakdown
02:29 - Try block explained (part 1)
03:10 - Vectors and distance calculations explained
03:56 - Try block explained (part 2)
04:37 - Similarity search parameters explained
05:48 - Try block explained (part 3)
05:57 - Run the Python example (input 1)
06:39 - Run the Python example (input 2)
07:05 - Run the Python example (input 3)
07:31 - Outro
#Milvus #Embedding #Vector

Пікірлер: 5

  • @rokbenko
    @rokbenko5 ай бұрын

    Hey everyone! 👋 Did you know that 97.5% of my viewers aren’t subscribed? If you found this tutorial helpful, consider subscribing to the channel. It’s free and doesn’t hurt anyone, but it means a lot to me. Plus, it’s a great way to stay updated with the latest coding tips and tricks. Thanks for your support! 🙏

  • @fabsync
    @fabsyncАй бұрын

    fantastic series man! Keep it up.. Learning a lot and enjoying the show! I wonder how would you do it with multiple pdfs..

  • @fabsync
    @fabsync5 ай бұрын

    fantastic man! Simple but powerful.. I liked the fact that you are not using openai for this...I would love to see something more sophisticated.. probably chat with pdf with django-ninja or flask or fastapi..and milvus...

  • @nitishnair5247
    @nitishnair52475 ай бұрын

    Could you illustrate how to dynamically pass json data into a collection and perform similarity search?

  • @guneetsingh4852
    @guneetsingh48525 ай бұрын

    Resume score provider code