Vector Similarity Search with Cassandra

preview_player
Показать описание
Discover how Apache Cassandra, a powerful wide column store, can be utilized for efficient vector similarity search. In this video, we demonstrate a practical application using the DeepFace package for Python to generate vector embeddings of facial images. By leveraging Apache Cassandra's distributed and fault-tolerant nature, we explore schema design considerations and perform exact nearest neighbor (k-NN) searches on the Cassandra side. Enhance your understanding of vector similarity search and nearest neighbor search. Watch now and take your AI projects to the next level!

If you like this video, you may like these:

Want more? Connect with me here:

If you do like my videos, you can support my effort with your financial contributions on
Рекомендации по теме
Комментарии
Автор

Thank you for this informative video! Learning how Apache Cassandra can be used for efficient vector similarity search with the DeepFace package is a game-changer for AI projects.

BulentSiyah
Автор

What if there are a couple of bilion rows in the db? Would you return all of them every time?

papalevies