<?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://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/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://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-0/index.xml" rel="self" type="application/rss+xml"/><item><title>Qdrant Setup</title><link>https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-0/qdrant-setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-0/qdrant-setup/</guid><description>&lt;div class="date">
 &lt;img class="date-icon" src="https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/icons/outline/date-blue.svg" alt="Calendar" /> Module 0 
&lt;/div>

&lt;h1 id="qdrant-setup">Qdrant Setup&lt;/h1>
&lt;p>Before diving into multi-vector search, you need a running Qdrant instance. Whether you choose Qdrant Cloud for a managed solution or a local deployment, this lesson will get you up and running.&lt;/p>
&lt;p>Multi-vector search requires specific collection configurations that differ from traditional single-vector setups. We&amp;rsquo;ll cover the essentials to prepare your environment.&lt;/p>
&lt;hr>
&lt;h2 id="qdrant-cloud-setup-recommended">Qdrant Cloud Setup (Recommended)&lt;/h2>
&lt;p>Qdrant Cloud is the fastest way to get started with multi-vector search. It provides a fully managed, production-ready vector database with automatic backups, high availability, and secure TLS connections. Both Qdrant Cloud and the open-source version provide the same feature set - Cloud simply handles the infrastructure for you.&lt;/p></description></item><item><title>Installing Dependencies</title><link>https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-0/installing-dependencies/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-0/installing-dependencies/</guid><description>&lt;div class="date">
 &lt;img class="date-icon" src="https://deploy-preview-2256--condescending-goldwasser-91acf0.netlify.app/icons/outline/date-blue.svg" alt="Calendar" /> Module 0 
&lt;/div>

&lt;h1 id="installing-dependencies">Installing Dependencies&lt;/h1>
&lt;p>To work with multi-vector search in Qdrant, you&amp;rsquo;ll need several Python libraries: Qdrant client for search and FastEmbed for multi-vector embeddings.&lt;/p>
&lt;p>We&amp;rsquo;ll set up a clean Python environment and install everything you need to start experimenting with multi-vector representations.&lt;/p>
&lt;h2 id="python-environment-setup">Python Environment Setup&lt;/h2>
&lt;h3 id="using-uv-recommended">Using uv (Recommended)&lt;/h3>
&lt;p>For this course, we recommend using &lt;a href="https://docs.astral.sh/uv/" target="_blank" rel="noopener nofollow">uv&lt;/a>, a modern Python package manager that&amp;rsquo;s significantly faster and more reliable than traditional pip. It handles virtual environments and dependencies with better performance and dependency resolution.&lt;/p></description></item></channel></rss>