<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Information Retrieval on AI VOID</title><link>https://ai-blog.noorshomelab.dev/categories/information-retrieval/</link><description>Recent content in Information Retrieval 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/categories/information-retrieval/index.xml" rel="self" type="application/rss+xml"/><item><title>Multimodal RAG: Enhancing Knowledge with Diverse Sources</title><link>https://ai-blog.noorshomelab.dev/multimodal-ai-guide-2026/multimodal-rag-enhancing-knowledge/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/multimodal-ai-guide-2026/multimodal-rag-enhancing-knowledge/</guid><description>&lt;h2 id="introduction-to-multimodal-rag"&gt;Introduction to Multimodal RAG&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid AI explorers! In previous chapters, we&amp;rsquo;ve journeyed through the fascinating world of multimodal AI, learning how to integrate diverse data types like text, images, audio, and video, and how Large Language Models (LLMs) can act as powerful reasoning engines. We&amp;rsquo;ve seen how these systems can understand and process information far beyond what a single modality can offer.&lt;/p&gt;
&lt;p&gt;However, even the most advanced LLMs have limitations. They can &amp;ldquo;hallucinate&amp;rdquo; (generate factually incorrect but convincing text), struggle with truly up-to-date information, or lack specific domain knowledge. This is where Retrieval Augmented Generation (RAG) swoops in to save the day! Traditionally, RAG has focused on augmenting LLMs with relevant &lt;em&gt;textual&lt;/em&gt; information retrieved from a knowledge base. But what if our knowledge base isn&amp;rsquo;t just text? What if it&amp;rsquo;s a rich tapestry of images, videos, and audio clips?&lt;/p&gt;</description></item><item><title>Chapter 14: Implementing Semantic Search for Documents</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/14-project-semantic-document-search/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/14-project-semantic-document-search/</guid><description>&lt;h2 id="introduction-to-semantic-document-search"&gt;Introduction to Semantic Document Search&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid learner! In our previous chapters, you&amp;rsquo;ve mastered the fundamentals of vector embeddings and USearch, and even explored how ScyllaDB provides a robust platform for storing and querying these high-dimensional vectors. Now, it&amp;rsquo;s time to bring these concepts to life with a practical, real-world application: &lt;strong&gt;semantic document search&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Imagine a search engine that doesn&amp;rsquo;t just match keywords but truly understands the &lt;em&gt;meaning&lt;/em&gt; behind your query. That&amp;rsquo;s the power of semantic search! Instead of searching for exact terms, we&amp;rsquo;ll transform both documents and user queries into numerical vectors (embeddings) and then find documents whose embeddings are &amp;ldquo;closest&amp;rdquo; to the query embedding in the vector space. This allows us to retrieve relevant results even if they don&amp;rsquo;t contain any of the exact words from the query.&lt;/p&gt;</description></item><item><title>Chapter 22: Project: Developing a Semantic Search Engine with Embeddings</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/project-semantic-search/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/project-semantic-search/</guid><description>&lt;h2 id="chapter-22-project-developing-a-semantic-search-engine-with-embeddings"&gt;Chapter 22: Project: Developing a Semantic Search Engine with Embeddings&lt;/h2&gt;
&lt;p&gt;Welcome to an exciting hands-on project that brings together several concepts we&amp;rsquo;ve explored: embeddings, natural language processing, and practical application! In this chapter, you&amp;rsquo;ll learn how to build a semantic search engine from the ground up. Unlike traditional keyword-based search that relies on exact word matches, semantic search understands the &lt;em&gt;meaning&lt;/em&gt; and &lt;em&gt;context&lt;/em&gt; of your query, providing far more relevant results.&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>