Vector Databases simply explained! (Embeddings & Indexes)

  Рет қаралды 393,731

AssemblyAI

AssemblyAI

Күн бұрын

Пікірлер
@ChrisBrogan
@ChrisBrogan 9 ай бұрын
I just watched an IBM explanation of vector databases and came away lost. Then I watched yours, and got it right away. Point goes to you. ;)
@dashmasterful
@dashmasterful 8 ай бұрын
Same here!
@ajeffrrterererefdf
@ajeffrrterererefdf 5 ай бұрын
Yep, Same story!. I will just paste this video link there so that someone may benefit.
@noneyahbiz6976
@noneyahbiz6976 5 ай бұрын
Will not watch IBM LOL- we briefly went over vector searches in NN class- but professor was horrible-
@siddhubhai2508
@siddhubhai2508 4 ай бұрын
Same here.
@punymagus
@punymagus 4 ай бұрын
Same, that video is just clickbait
@nickstaresinic9933
@nickstaresinic9933 Жыл бұрын
The concise, high-level explainer that I needed. Thanks.
@jolly2002me
@jolly2002me Жыл бұрын
Yes please, more on this topic, I would appreciate it.
@HeyImAK
@HeyImAK Жыл бұрын
👆
@bobsavage3317
@bobsavage3317 Жыл бұрын
Yes, a video describing available VDBs in terms of, e.g. Open/Closed, simplicity of operation, and user interaction patterns (quality/expressiveness of API) would be great!
@ProSaladToss
@ProSaladToss Жыл бұрын
Seconded
@assethotorch2395
@assethotorch2395 Жыл бұрын
kzbin.info/www/bejne/j6CQcq2MpbyliMk You may find it helpful to start with the time frame of the video above!!
@RomeoKienzler
@RomeoKienzler Жыл бұрын
Also important how to extend the vdb with custom distance functions
@decodingdatascience
@decodingdatascience Жыл бұрын
🎯 Key Takeaways for quick navigation: 00:41 📊 Vector databases store Vector embeddings for fast retrieval and similarity search. 01:07 📝 Unstructured data like images, text, and audio can be challenging to store in relational databases, making vector databases valuable. 02:02 🔍 Vector embeddings allow for finding similar items by calculating distances and performing nearest neighbor searches. 03:10 🗂️ Vector databases have various use cases, including equipping language models with long-term memory, semantic search, similarity search, and recommendation engines. 03:50 💽 Examples of vector database options include Pinecone, Chroma, Redis, Cool, Trans, Milvus, and Vespa AI, each with its strengths and capabilities.
@4XLibelle
@4XLibelle 11 ай бұрын
Excellent overview. Many thanks!
@brunomesquitazamberlan8876
@brunomesquitazamberlan8876 10 ай бұрын
Very useful. Now I can imagine what is a vector database. Thanks
@matt_88
@matt_88 Жыл бұрын
Definitely! I'd love to see comparable benchmarks for common LLM and other tasks (i.e. transfer learning, use-cases in the context of fine-tuning, etc)
@Mirko-Peters
@Mirko-Peters 29 күн бұрын
Wow, this video makes vector databases so easy to understand! Thanks for breaking it down so clearly-really appreciated! Keep up the great work!
@upByNune
@upByNune 26 күн бұрын
My guy came through with knowledge and resources! One word - GOAT!
@etownrule
@etownrule 6 ай бұрын
Finally, a sensible explanation. Crystal clear, thanks
@maneeshs3876
@maneeshs3876 Жыл бұрын
Nice summary on Vector databases. A comparison of Graph and Vector databases with specific use cases would also help. Thank you
@GenAIBlackBelt-qs6uh
@GenAIBlackBelt-qs6uh 28 күн бұрын
Thank you! This is great stuff. Love the simplicity.
@ksnydertube
@ksnydertube Жыл бұрын
Thank you for this video - just what I needed! If you haven't done one already, please do an explainer comparing. 🙏
@DanielTorres-gd2uf
@DanielTorres-gd2uf Жыл бұрын
Let's see the more in depth comparison! Also would love to know your take on where it will go? Are they able to automatically generate vectors for your multimodal data already? Are there known companies using vector databases currently? Are there lightweight alternatives to the services you offered? (ie. a numpy verision of a vector database?)
@lesegotsheole6008
@lesegotsheole6008 8 ай бұрын
New to this world of machine learning I have to say job well done on explaining in simple terms. This was insightful and had pleasure watching it. Thanks!
@08ae6013
@08ae6013 Жыл бұрын
Thank You... It's a great explanation on Vector database. Please make a in depth videos on Pinecone & Redis vector databases
@leftright1606
@leftright1606 Жыл бұрын
Yes, looking forward to a more in-depth video.
@Maisonier
@Maisonier Жыл бұрын
Yes please a video about that. Liked and subscribed
@otto.bjorkland
@otto.bjorkland Жыл бұрын
It would be great if you explained how to use vector databases to give LLM's long term memory! 🙏
@MrVliegendepater
@MrVliegendepater 6 ай бұрын
Interested in a comparison video between the different types of vector databases! Really well explained and to the point!
@Bloeise
@Bloeise Жыл бұрын
This was a very clear explanation. Thank you!
@rezaru2000
@rezaru2000 Жыл бұрын
Thanks, this is what I needed to understand the overall idea of vector db.
@jonmichaelgalindo
@jonmichaelgalindo Жыл бұрын
Straight forward and simple. Thanks! 😊
@SoharabHossain
@SoharabHossain 9 ай бұрын
Brief and to the point. Great video.
@olivierrochon3858
@olivierrochon3858 Жыл бұрын
Perfectly clear. Thanks!
@TeamUpWithAI
@TeamUpWithAI Жыл бұрын
Thanks for putting this together! :)
@p.j.816
@p.j.816 Жыл бұрын
This was a really good video! Thanks so much :)
@yubinnng
@yubinnng Ай бұрын
Brief and clear!
@bjugdbjk
@bjugdbjk Жыл бұрын
Definitely need a comparisio video and small example code for the top 3 Vector DB's used !! By the way ,Fantastic walk through of the concept !!.
@ser1ification
@ser1ification Жыл бұрын
Thank you, more please :)
@vincerocchi9083
@vincerocchi9083 Жыл бұрын
Love your work Patrick. Definitely would like to see more on vector databases, especially when you would use one over an array or other options and the pros and cons of some of the types you mentioned (I.e. Pinecone, Milvus, etc.)
@sidharthgovind4356
@sidharthgovind4356 5 ай бұрын
Good explanation touching on essential parts of this topic. Well done!
@VastCNC
@VastCNC Жыл бұрын
Would definitely be interested in more details, especially on self hosted VDBs
@sanjeevKumar-eg6hp
@sanjeevKumar-eg6hp Жыл бұрын
thanks for a such a detailed and easily understandable knowledge
@caiyu538
@caiyu538 Жыл бұрын
Thank you Patrick.
@muhammadmursalin8915
@muhammadmursalin8915 9 ай бұрын
Thanks, describe very simply what the vector database is and its uses.🥀
@PatrickSeidel-s5y
@PatrickSeidel-s5y Жыл бұрын
Thank you, nice and short overview to get an idea of what a vector db is.
@karthickmj6312
@karthickmj6312 Жыл бұрын
Thank you so much, Patrick. Would love to watch a video detailing and comparing all VDBs.
@kevinli3767
@kevinli3767 Жыл бұрын
This is a really good explanation and visualization
@divakaratanjore1059
@divakaratanjore1059 Жыл бұрын
Awesome explanation! Thank you
@nsitkarana
@nsitkarana Жыл бұрын
to the point and concise explanation !!
@realjackofall
@realjackofall Жыл бұрын
Simply explained. Thanks!
@Naimish_RuuhaaniiAaVaaz
@Naimish_RuuhaaniiAaVaaz 2 ай бұрын
Very good explanation.
@alexfowler1683
@alexfowler1683 Жыл бұрын
Great video, thanks! Short and exactly on point -- much appreciated. Yeah, it'd be cool to see more in-depth comparison of the dbs.
@lowai8749
@lowai8749 7 ай бұрын
Make complicated concept for easy understanding, thank you very much!
@mohamedbilal5634
@mohamedbilal5634 8 ай бұрын
Explanation On point !!! Thanks
@Nega_Samurai
@Nega_Samurai Жыл бұрын
That was very helpful! Thank you!
@saimanikanta7360
@saimanikanta7360 Жыл бұрын
yup!! looking forward to a detailed analysis and comparison
@jaylee7864
@jaylee7864 Жыл бұрын
Thanks for the Video. you are awesome and very easy to understand what they are. I think Pinecone is quite popular so if there is a video about it, it would be great. Cheers
@soubinan
@soubinan Жыл бұрын
Great video! thank you! A big YES for a Vector DB dedicated video Btw I am happy I have found this channel, let's subscribe !
@dabravo100
@dabravo100 Жыл бұрын
Great video… please go on with the next one
@Anonymous-lw1zy
@Anonymous-lw1zy Жыл бұрын
Yes please, a VDB comparison would be great, and please include FAISS and other self-hosted options.
@Dkay-gf8ft
@Dkay-gf8ft 3 ай бұрын
Thanks very easy to understand explaination
@anirudhgangadhar6158
@anirudhgangadhar6158 Жыл бұрын
Great intro to VD! Would love to see a more in-depth video on some real-world use cases :)
@mbrochh82
@mbrochh82 Жыл бұрын
comparison video for the mentioned VDBs at the end would indeed be awesome!
@VaibhavPatil-rx7pc
@VaibhavPatil-rx7pc Жыл бұрын
Cool, please explain more details about each vector db thanks
@khari_baat
@khari_baat Жыл бұрын
Good informative video. Thanks!
@fnmby
@fnmby 10 ай бұрын
Please continue..)
@asifmian43
@asifmian43 Жыл бұрын
I would love to see a comparison of the different Vector Databases!
@SubirSengupta1
@SubirSengupta1 Жыл бұрын
I would love to see a comparison of the different VDB's and perhaps your thoughts on which one or two are the best. Thanks for a great video.
@nikilragav
@nikilragav 11 ай бұрын
This is a great explanation. But the indexing part is what I was looking for. Nearest neighbor search is already a hard problem in Computer Graphics and gaming (to detect collisions. E.g. if you ever play Madden and do a slow-mo replay, you'll see that the receiver never actually touches the ball. or E.g. cloth simulations for a cape often "clip" into the 3d model of the person wearing the cape).
@ayoubthegreat
@ayoubthegreat Жыл бұрын
I love the video. One critique would be to set up further away from the background to possibly reduce the reverb you're getting
@ryansteiger6960
@ryansteiger6960 Жыл бұрын
Thanks for the video 👍
@ednavas8093
@ednavas8093 Жыл бұрын
Incredible video
@hughesadam87
@hughesadam87 Жыл бұрын
Great video thank you!
@bindass1000
@bindass1000 Жыл бұрын
Super helpful!
@talentzunlimited1398
@talentzunlimited1398 6 ай бұрын
Great video !
@beemerrox
@beemerrox Жыл бұрын
Good explanation. Thumbs up 👍
@nickmhc
@nickmhc Жыл бұрын
A breakdown of differences between vector databases would be nice. But also a comparison to graph databases like neo4j and TitanDB et al would help this n00b
@davidlepold
@davidlepold Жыл бұрын
It could be interesting to see a case of adding a vector dbase to an existing sql database, if it can replace it, or if a parallel approach might be interesting, using them side by side, each taking advantage of strenghts. etc.
@soujanya1993
@soujanya1993 7 ай бұрын
Please create a video comparing the vector databases
@ilikegeorgiabutiveonlybeen6705
@ilikegeorgiabutiveonlybeen6705 9 ай бұрын
yeah nitty gritty indexing options overview and use cases for said options would be higlhy appreciated
@YogeshVerma-f3e
@YogeshVerma-f3e Жыл бұрын
An in-depth comparison would be great!
@slawikus1982
@slawikus1982 Жыл бұрын
Thanks for a nice video! Would be great to learn more on how one could use Redis and PostgreSQL as vector databases. Additionally, more examples and use cases for vector databases would be cool.
@katsunoi
@katsunoi Жыл бұрын
nice video - thanks!
@sailendramishra1560
@sailendramishra1560 7 ай бұрын
Short video but very useful
@jessem2176
@jessem2176 Жыл бұрын
I would love to see.. what is the Best Vector database... ease of use vs performance. and why. This way we can stop guessing which one to try to use and just know this one is by Standard the best.
@ShaquibKhan
@ShaquibKhan 3 күн бұрын
Which tool are you using to make these beautiful slides? is it excalidraw+ ?
@vamc256
@vamc256 Жыл бұрын
Please explain further, any one of the vector databases with an example for each Weaviate, Pinecone..
@WmSadler
@WmSadler Жыл бұрын
woud love to see detailed comparison of the vector databases
@satyamvishuu
@satyamvishuu 7 ай бұрын
Thanks man
@OP-g7g
@OP-g7g 2 ай бұрын
Can you share the pros and cons of all the vector databases you mentioned in this video. Which one to choose and why?
@MyWissam
@MyWissam 8 ай бұрын
Yes for a comparison video.
@lancerkind
@lancerkind 11 ай бұрын
I would enjoy seeing a comparison among these different vector databases. Today I just picked the one that’s most convenient. But there’s probably a better rationale for choosing among them. The other topic I’d like to see is sustainability. For example, if I’m adding a new vector to the database once a week what will happen after 10 years? Is that a sustainable growth when I have a 1016 element vector everyweek of the year or do I need to do something to re-index the database so that my performance doesn’t drop after a number of years? The data I’m creating now would be relevant for many decades.
@RanitDA
@RanitDA Жыл бұрын
Good topic 🎉
@smartfusion8799
@smartfusion8799 Жыл бұрын
Yes please, i habe to decide soon which database, redisearch is cloud only, pinecone too i think
@MartinQLynx
@MartinQLynx Жыл бұрын
Supabase also joined the vector DB club a while ago.
@georgelza
@georgelza Жыл бұрын
please include Oracle and Mongo as vector database options.
@MatthewShang
@MatthewShang Жыл бұрын
It would be great to see a comparison of the vector database companies
@harshjain3122
@harshjain3122 Жыл бұрын
This is like that scene from the Matrix where Neo stops the bullets and he sees the Matrix(humans, objects alike) as lines of code. We are now converting objects like banana and apples into a bunch of numbers which even we can no longer understand looking at them via the vector embedding.
@UDAY-pv5il
@UDAY-pv5il Жыл бұрын
Great content.I noticed the Elastic name is missing from the list of vector databases. Could you please include it in the list?
@mrfreezey1
@mrfreezey1 17 күн бұрын
Melvis in-depth plz and thanks
@hammanadamafarukabubakar8365
@hammanadamafarukabubakar8365 Жыл бұрын
Great one
@pascalmartin1891
@pascalmartin1891 Жыл бұрын
I remember working on a vector database in the mid 1980s. That was a Pick system, mostly used for accounting, warehouse management and the like. Re-innovation. 😁
@PrashantKataria-g7t
@PrashantKataria-g7t Жыл бұрын
Could you provide an overview on the comparison of different Vector Database providers and how to decide which is better?
@hughster657
@hughster657 Жыл бұрын
Why isn't KX mentioned in this overview? They have a very strong vector database and support time-series data as well. Formula 1, manufacturing, utilities, and all the banks use them.
@SonGoku-pc7jl
@SonGoku-pc7jl Жыл бұрын
thanks, you have a video for the comparate diferences quality between?
@SonGoku-pc7jl
@SonGoku-pc7jl Жыл бұрын
you can make a mor explication of diferences and optimitzacions cases :) thanks!
@pavlotriantafyllides5687
@pavlotriantafyllides5687 Жыл бұрын
Would love an explanation of indexing and how to use this with an LLM
What is Retrieval-Augmented Generation (RAG)?
6:36
IBM Technology
Рет қаралды 908 М.
Variational Autoencoders
15:05
Arxiv Insights
Рет қаралды 528 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
OpenAI Embeddings and Vector Databases Crash Course
18:41
Adrian Twarog
Рет қаралды 541 М.
What is RAG? (Retrieval Augmented Generation)
11:37
Don Woodlock
Рет қаралды 197 М.
What are Word Embeddings?
8:38
IBM Technology
Рет қаралды 33 М.
Vector Databases - Introduction | Vector Embeddings and Similarity Search
5:22
What Are Vector Databases and Why Do They Matter?
8:38
Debstuti Das
Рет қаралды 71
LangChain Explained in 13 Minutes | QuickStart Tutorial for Beginners
12:44
How I built an AI Teacher with Vector Databases and ChatGPT
13:43
You're Not Behind: Become AI-Native in 2025
10:11
Jeff Su
Рет қаралды 417 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН