<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Module 0: Setting Up Dependencies on Qdrant - Vector Search Engine</title><link>https://qdrant.tech/course/beginners/module-0/</link><description>Recent content in Module 0: Setting Up Dependencies on Qdrant - Vector Search Engine</description><generator>Hugo</generator><language>en-us</language><managingEditor>info@qdrant.tech (Andrey Vasnetsov)</managingEditor><webMaster>info@qdrant.tech (Andrey Vasnetsov)</webMaster><atom:link href="https://qdrant.tech/course/beginners/module-0/index.xml" rel="self" type="application/rss+xml"/><item><title>Module Overview</title><link>https://qdrant.tech/course/beginners/module-0/module-overview/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://qdrant.tech/course/beginners/module-0/module-overview/</guid><description>&lt;div class="date"&gt;
 &lt;img class="date-icon" src="https://qdrant.tech/icons/outline/date-blue.svg" alt="Calendar" /&gt; Module 0 
&lt;/div&gt;

&lt;h1 id="setting-up-dependencies"&gt;Setting Up Dependencies&lt;/h1&gt;
&lt;p&gt;Get started with Qdrant by setting up your environment and building your first vector search application.&lt;/p&gt;
&lt;h2 id="todays-path"&gt;Today&amp;rsquo;s Path&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="https://qdrant.tech/course/beginners/module-0/qdrant-cloud/"&gt;Qdrant Setup&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://qdrant.tech/course/beginners/module-0/building-simple-vector-search/"&gt;Implementing a Basic Vector Search&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>Qdrant Setup</title><link>https://qdrant.tech/course/beginners/module-0/qdrant-cloud/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://qdrant.tech/course/beginners/module-0/qdrant-cloud/</guid><description>&lt;div class="date"&gt;
 &lt;img class="date-icon" src="https://qdrant.tech/icons/outline/date-blue.svg" alt="Calendar" /&gt; Module 0 
&lt;/div&gt;

&lt;h1 id="qdrant-setup"&gt;Qdrant Setup&lt;/h1&gt;
&lt;div class="video"&gt;
&lt;iframe 
 src="https://www.youtube.com/embed/-8TpooWX8kE?rel=0"
 frameborder="0"
 allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
 referrerpolicy="strict-origin-when-cross-origin"
 allowfullscreen&gt;
&lt;/iframe&gt;
&lt;/div&gt;
&lt;br/&gt;
&lt;p&gt;Welcome to your first hands-on step. Before you can search anything, you need a place to store your vectors. That&amp;rsquo;s what Qdrant Cloud gives you: a managed Qdrant environment that runs in the cloud, so there&amp;rsquo;s nothing to install and nothing to keep running on your own local machine. It comes with a secure connection, backups, easier updates, and a clean interface you&amp;rsquo;ll use throughout this course.&lt;/p&gt;</description></item><item><title>Implementing a Basic Vector Search</title><link>https://qdrant.tech/course/beginners/module-0/building-simple-vector-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://qdrant.tech/course/beginners/module-0/building-simple-vector-search/</guid><description>&lt;div class="date"&gt;
 &lt;img class="date-icon" src="https://qdrant.tech/icons/outline/date-blue.svg" alt="Calendar" /&gt; Module 0 
&lt;/div&gt;

&lt;h1 id="implementing-a-basic-vector-search"&gt;Implementing a Basic Vector Search&lt;/h1&gt;
&lt;!--
TODO (video): the previous embed here (_83L9ZIoOjM) is the Essentials-course
recording — the narration names "Day 0 of the Essentials course," which
contradicts this Beginner Course Module 0 page. Drop in a beginner-specific cut here,
or leave this commented out until one exists.
--&gt;
&lt;p&gt;In this lesson you&amp;rsquo;ll build your very first search, one small step at a time. You&amp;rsquo;ll connect to Qdrant, create a place to store data, add a few example vectors, and then ask Qdrant to find the closest match. Every step has runnable code, so follow along in a notebook or script.&lt;/p&gt;</description></item></channel></rss>