<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CQL on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/cql/</link><description>Recent content in CQL 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/tags/cql/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 5: Storing Vectors in ScyllaDB: The Vector Data Type</title><link>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/05-storing-vectors-scylladb/</link><pubDate>Tue, 17 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/usearch-scylladb-vector-search-guide-2026/05-storing-vectors-scylladb/</guid><description>&lt;h2 id="chapter-5-storing-vectors-in-scylladb-the-vector-data-type"&gt;Chapter 5: Storing Vectors in ScyllaDB: The Vector Data Type&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring vector search expert! In the previous chapters, we laid the groundwork by understanding what vector embeddings are and how USearch helps us find similar vectors efficiently. Now, it&amp;rsquo;s time to bridge that knowledge with a robust, scalable database solution: ScyllaDB.&lt;/p&gt;
&lt;p&gt;This chapter will guide you through the exciting world of storing your precious vector embeddings directly within ScyllaDB. You&amp;rsquo;ll learn about ScyllaDB&amp;rsquo;s native &lt;code&gt;VECTOR&lt;/code&gt; data type, how to define it in your table schemas, and the fundamental steps to insert and retrieve vector data. This is a crucial step towards building real-time AI applications, as ScyllaDB&amp;rsquo;s Vector Search, generally available as of January 20, 2026, leverages USearch under the hood to provide massive-scale, low-latency vector capabilities.&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></channel></rss>