<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Similarity Search on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/similarity-search/</link><description>Recent content in Similarity Search on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/similarity-search/index.xml" rel="self" type="application/rss+xml"/><item><title>Vector Memory and Embeddings: The Power of Similarity</title><link>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/vector-memory-embeddings/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-agent-memory-2026/vector-memory-embeddings/</guid><description>&lt;h2 id="introduction-to-vector-memory"&gt;Introduction to Vector Memory&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architect! In our previous chapters, we explored foundational memory concepts like working memory (your agent&amp;rsquo;s immediate scratchpad) and the distinction between short-term and long-term memory. We saw how crucial it is for an agent to &amp;ldquo;remember&amp;rdquo; to act intelligently.&lt;/p&gt;
&lt;p&gt;However, simply storing text isn&amp;rsquo;t enough. Imagine you have a vast library of knowledge, and you need to find &lt;em&gt;everything related&lt;/em&gt; to &amp;ldquo;sustainable urban planning initiatives in Scandinavia&amp;rdquo; without knowing the exact keywords in advance. Traditional keyword search might miss nuances. This is where &lt;strong&gt;Vector Memory&lt;/strong&gt; comes in—it&amp;rsquo;s like giving your agent a superpower to understand the &lt;em&gt;meaning&lt;/em&gt; and &lt;em&gt;context&lt;/em&gt; of information, not just the words themselves.&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 8: Vector Distance Metrics and Their Impact</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/08-vector-distance-metrics/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/08-vector-distance-metrics/</guid><description>&lt;h2 id="introduction-the-art-of-measuring-closeness"&gt;Introduction: The Art of Measuring Closeness&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 8! In our journey with USearch and ScyllaDB, we&amp;rsquo;ve learned how to transform data into numerical vectors and store them for lightning-fast searches. But what exactly does &amp;ldquo;search for similar vectors&amp;rdquo; truly mean? How do we define &amp;ldquo;similarity&amp;rdquo; in a world of numbers?&lt;/p&gt;
&lt;p&gt;The answer lies in &lt;strong&gt;vector distance metrics&lt;/strong&gt;. Just like you might measure the distance between two cities on a map, we need a way to quantify how &amp;ldquo;far apart&amp;rdquo; or &amp;ldquo;close together&amp;rdquo; two vectors are in their multi-dimensional space. The choice of metric is paramount, as it directly impacts the relevance and accuracy of your search results. A &amp;ldquo;similar&amp;rdquo; item according to one metric might be quite different according to another!&lt;/p&gt;</description></item><item><title>USearch &amp;amp; ScyllaDB Vector Search Practical Field Guide</title><link>https://ai-blog.noorshomelab.dev/guides/usearch-scylladb-vector-search-guide/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/usearch-scylladb-vector-search-guide/</guid><description>&lt;h2 id="welcome-to-the-world-of-ultra-fast-vector-search"&gt;Welcome to the World of Ultra-Fast Vector Search!&lt;/h2&gt;
&lt;p&gt;Are you ready to dive into one of the most exciting areas in modern AI and data management? This guide is your comprehensive pathway to mastering &lt;strong&gt;USearch&lt;/strong&gt; – an incredibly efficient open-source vector search library – and integrating it seamlessly with &lt;strong&gt;ScyllaDB&lt;/strong&gt;, a real-time, high-performance NoSQL database. Together, they form a powerhouse for building scalable, lightning-fast AI applications.&lt;/p&gt;
&lt;h3 id="what-is-usearch-and-scylladb-vector-search"&gt;What is USearch and ScyllaDB Vector Search?&lt;/h3&gt;
&lt;p&gt;Imagine you have millions of items – perhaps images, documents, or user queries – and you want to find others that are &amp;ldquo;similar&amp;rdquo; in meaning or content, not just by exact keyword matches. This is where &lt;strong&gt;vector search&lt;/strong&gt; shines!&lt;/p&gt;</description></item></channel></rss>