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!
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!
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?)
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)
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
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).
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.)
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.
🎯 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.
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
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.
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.
Thanks for the video. I have a combination of structured and unstructured data like a set of PDFs and Excel files, and I want to index this data and query from this data source. Any recommendations on what is the suitable vector database for me?
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.
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. 😁
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.
You would need to upload ur own embeddings to these db though? Or do they calculate it for you in a multimodal way? Pinecone seems like the former? If so, why not just host locally in your Postgres?
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.
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. ;)
Same here!
Yep, Same story!.
I will just paste this video link there so that someone may benefit.
Will not watch IBM LOL- we briefly went over vector searches in NN class- but professor was horrible-
Same here.
Same, that video is just clickbait
The concise, high-level explainer that I needed. Thanks.
Yes please, more on this topic, I would appreciate it.
👆
Very useful. Now I can imagine what is a vector database. Thanks
Excellent overview. Many thanks!
Brief and clear!
Finally, a sensible explanation. Crystal clear, thanks
Yes, looking forward to a more in-depth video.
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!
Seconded
th-cam.com/video/Yo-AzVpWrRg/w-d-xo.html
You may find it helpful to start with the time frame of the video above!!
Also important how to extend the vdb with custom distance functions
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!
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?)
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)
Thanks, this is what I needed to understand the overall idea of vector db.
Thanks, describe very simply what the vector database is and its uses.🥀
Nice summary on Vector databases. A comparison of Graph and Vector databases with specific use cases would also help. Thank you
This was a very clear explanation. Thank you!
Thank you Patrick.
Good explanation touching on essential parts of this topic. Well done!
It would be great if you explained how to use vector databases to give LLM's long term memory! 🙏
thanks for a such a detailed and easily understandable knowledge
Make complicated concept for easy understanding, thank you very much!
This is a really good explanation and visualization
Thank you for this video - just what I needed! If you haven't done one already, please do an explainer comparing. 🙏
Perfectly clear. Thanks!
Thank you, nice and short overview to get an idea of what a vector db is.
Awesome explanation! Thank you
Interested in a comparison video between the different types of vector databases! Really well explained and to the point!
Brief and to the point. Great video.
Straight forward and simple. Thanks! 😊
This was a really good video! Thanks so much :)
Thanks very easy to understand explaination
yup!! looking forward to a detailed analysis and comparison
Thank You... It's a great explanation on Vector database. Please make a in depth videos on Pinecone & Redis vector databases
Very good explanation.
to the point and concise explanation !!
Simply explained. Thanks!
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 !!.
Explanation On point !!! Thanks
Thank you, more please :)
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 !
Great video !
Would definitely be interested in more details, especially on self hosted VDBs
Thank you so much, Patrick. Would love to watch a video detailing and comparing all VDBs.
Yes please a video about that. Liked and subscribed
Incredible video
Good informative video. Thanks!
Thanks for the video 👍
I would love to see a comparison of the different Vector Databases!
Good explanation. Thumbs up 👍
That was very helpful! Thank you!
Super helpful!
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
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).
Thanks for putting this together! :)
yeah nitty gritty indexing options overview and use cases for said options would be higlhy appreciated
Short video but very useful
An in-depth comparison would be great!
Great video, thanks! Short and exactly on point -- much appreciated.
Yeah, it'd be cool to see more in-depth comparison of the dbs.
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.)
Great video… please go on with the next one
comparison video for the mentioned VDBs at the end would indeed be awesome!
Great intro to VD! Would love to see a more in-depth video on some real-world use cases :)
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.
nice video - thanks!
I love the video. One critique would be to set up further away from the background to possibly reduce the reverb you're getting
Can you share the pros and cons of all the vector databases you mentioned in this video. Which one to choose and why?
Yes please, a VDB comparison would be great, and please include FAISS and other self-hosted options.
Great video thank you!
Yes for a comparison video.
🎯 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.
Thanks man
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
Good topic 🎉
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.
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.
Please continue..)
thanks, you have a video for the comparate diferences quality between?
woud love to see detailed comparison of the vector databases
Cool, please explain more details about each vector db thanks
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.
Thanks for the video. I have a combination of structured and unstructured data like a set of PDFs and Excel files, and I want to index this data and query from this data source. Any recommendations on what is the suitable vector database for me?
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.
Great one
Supabase also joined the vector DB club a while ago.
It would be great to see a comparison of the vector database companies
Please explain further, any one of the vector databases with an example for each Weaviate, Pinecone..
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. 😁
I say what Bob says. Thanks Bob.
Very helpful animations:)
How did you do them with exalidraw, if I may ask?
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.
good video
Could you provide an overview on the comparison of different Vector Database providers and how to decide which is better?
You would need to upload ur own embeddings to these db though? Or do they calculate it for you in a multimodal way? Pinecone seems like the former? If so, why not just host locally in your Postgres?
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.
Please create a video comparing the vector databases
Yes please, i habe to decide soon which database, redisearch is cloud only, pinecone too i think
Yes, please.
Would love an explanation of indexing and how to use this with an LLM
you can make a mor explication of diferences and optimitzacions cases :) thanks!
Great content.I noticed the Elastic name is missing from the list of vector databases. Could you please include it in the list?