<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vector Search on AI VOID</title><link>https://ai-blog.noorshomelab.dev/categories/vector-search/</link><description>Recent content in Vector Search on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 17 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/categories/vector-search/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: Introduction to USearch: Core Concepts &amp;amp; Installation</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/02-introduction-to-usearch/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/02-introduction-to-usearch/</guid><description>&lt;h2 id="introduction-to-usearch-core-concepts--installation"&gt;Introduction to USearch: Core Concepts &amp;amp; Installation&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 2! In the previous chapter, we explored the fascinating world of vector embeddings and how they allow us to represent complex data like text or images as numerical vectors. Now, it&amp;rsquo;s time to learn how to efficiently &lt;em&gt;search&lt;/em&gt; through these vectors to find similar items. This is where USearch comes in!&lt;/p&gt;
&lt;p&gt;This chapter will be your friendly guide to USearch, an incredibly fast and lightweight library for Approximate Nearest Neighbor (ANN) search. We&amp;rsquo;ll demystify its core concepts, walk through the straightforward installation process, and get our hands dirty with our very first vector search using Python. By the end, you&amp;rsquo;ll have a solid foundation for using USearch, paving the way for its powerful integration with ScyllaDB. Ready to dive in? Let&amp;rsquo;s go!&lt;/p&gt;</description></item><item><title>Chapter 6: Performing Similarity Search Directly in ScyllaDB</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/06-similarity-search-in-scylladb/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/06-similarity-search-in-scylladb/</guid><description>&lt;h2 id="chapter-6-performing-similarity-search-directly-in-scylladb"&gt;Chapter 6: Performing Similarity Search Directly in ScyllaDB&lt;/h2&gt;
&lt;h3 id="introduction"&gt;Introduction&lt;/h3&gt;
&lt;p&gt;Welcome back, future vector search expert! In previous chapters, we explored the standalone power of USearch, learned how to create and query vector indexes, and understood the fundamental concepts behind vector embeddings. Now, it&amp;rsquo;s time to bring that power directly into your database.&lt;/p&gt;
&lt;p&gt;This chapter is all about integrating vector search capabilities directly into ScyllaDB, a high-performance, real-time NoSQL database. ScyllaDB has embraced the growing need for AI-native applications by offering native vector search, leveraging USearch under the hood for its efficient Approximate Nearest Neighbor (ANN) indexing. This means you can store your data and its associated vector embeddings together and perform similarity queries without needing a separate vector database or complex synchronization. Pretty neat, right?&lt;/p&gt;</description></item><item><title>Chapter 7: Understanding USearch Indexing Strategies</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/07-usearch-indexing-strategies/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/07-usearch-indexing-strategies/</guid><description>&lt;h2 id="introduction-to-usearch-indexing-strategies"&gt;Introduction to USearch Indexing Strategies&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid learner! In our previous chapters, you&amp;rsquo;ve grasped the fundamentals of vector embeddings, understood what USearch is, and even set up your first basic vector search. That&amp;rsquo;s fantastic progress! But as you scale your applications and deal with ever-growing datasets, simply throwing vectors into an index isn&amp;rsquo;t enough. You need &lt;em&gt;strategy&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This chapter is your deep dive into the brain of USearch: its indexing strategies. We&amp;rsquo;ll uncover how USearch organizes your high-dimensional vectors to enable lightning-fast similarity searches. We&amp;rsquo;ll focus heavily on the Hierarchical Navigable Small Worlds (HNSW) algorithm, which is the secret sauce behind USearch&amp;rsquo;s impressive performance. Understanding these strategies is paramount because they directly influence the speed of your searches, the accuracy of your results (known as &lt;em&gt;recall&lt;/em&gt;), and the memory footprint of your application.&lt;/p&gt;</description></item></channel></rss>