<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Basics on Qdrant - Vector Search Engine</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/</link><description>Recent content in Basics 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-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/index.xml" rel="self" type="application/rss+xml"/><item><title>Hugging Face Dataset Ingestion</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/huggingface-datasets/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/huggingface-datasets/</guid><description>&lt;h1 id="load-hugging-face-datasets-into-qdrant"&gt;Load Hugging Face Datasets into Qdrant&lt;/h1&gt;
&lt;p&gt;&lt;a href="https://huggingface.co/" target="_blank" rel="noopener nofollow"&gt;Hugging Face&lt;/a&gt; provides a platform for sharing and using ML models and
datasets. &lt;a href="https://huggingface.co/Qdrant" target="_blank" rel="noopener nofollow"&gt;Qdrant&lt;/a&gt; also publishes datasets along with the
embeddings that you can use to practice with Qdrant and build your applications based on semantic
search. &lt;strong&gt;Please &lt;a href="https://qdrant.to/discord" target="_blank" rel="noopener nofollow"&gt;let us know&lt;/a&gt; if you&amp;rsquo;d like to see a specific dataset!&lt;/strong&gt;&lt;/p&gt;
&lt;h2 id="arxiv-titles-instructorxl-embeddings"&gt;arxiv-titles-instructorxl-embeddings&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://huggingface.co/datasets/Qdrant/arxiv-titles-instructorxl-embeddings" target="_blank" rel="noopener nofollow"&gt;This dataset&lt;/a&gt; contains
embeddings generated from the paper titles only. Each vector has a payload with the title used to
create it, along with the DOI (Digital Object Identifier).&lt;/p&gt;</description></item><item><title>Semantic Search 101</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners/</guid><description>&lt;h1 id="build-a-semantic-search-engine-in-5-minutes"&gt;Build a Semantic Search Engine in 5 Minutes&lt;/h1&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Time: 5 - 15 min&lt;/th&gt;
 &lt;th&gt;Level: Beginner&lt;/th&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;th&gt;&lt;a href="https://githubtocolab.com/qdrant/examples/blob/master/semantic-search-in-5-minutes/semantic_search_in_5_minutes.ipynb" target="_blank" rel="noopener nofollow"&gt;&lt;img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"&gt;&lt;/a&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;There are two versions of this tutorial:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The version on this page uses Qdrant Cloud. You&amp;rsquo;ll deploy a cluster and generate vector embedding in the cloud using Qdrant Cloud&amp;rsquo;s &lt;strong&gt;forever free&lt;/strong&gt; tier (no credit card required).&lt;/li&gt;
&lt;li&gt;Alternatively, you can run Qdrant on your own machine. This requires you to manage your own cluster and vector embedding infrastructure. If you prefer this option, check out the &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners-local/"&gt;local deployment version of this tutorial&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;If you are new to vector search engines, this tutorial is for you. In 5 minutes you will build a semantic search engine for science fiction books. After you set it up, you will ask the engine about an impending alien threat. Your creation will recommend books as preparation for a potential space attack.&lt;/p&gt;</description></item><item><title>Hybrid Search</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/cloud-inference-hybrid-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/cloud-inference-hybrid-search/</guid><description>&lt;h1 id="hybrid-search-using-qdrant-cloud-inference"&gt;Hybrid Search Using Qdrant Cloud Inference&lt;/h1&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Time: 30 min&lt;/th&gt;
 &lt;th&gt;Level: Intermediate&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In this tutorial, we&amp;rsquo;ll walkthrough building a &lt;strong&gt;hybrid semantic search engine&lt;/strong&gt; using Qdrant Cloud&amp;rsquo;s built-in &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/cloud/inference/"&gt;inference&lt;/a&gt; capabilities. You&amp;rsquo;ll learn how to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Automatically embed your data using &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/cloud/inference/"&gt;cloud Inference&lt;/a&gt; without needing to run local models,&lt;/li&gt;
&lt;li&gt;Combine dense semantic embeddings with &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/reranking-hybrid-search/"&gt;sparse BM25 keywords&lt;/a&gt;, and&lt;/li&gt;
&lt;li&gt;Perform hybrid search using &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/search/hybrid-queries/"&gt;Reciprocal Rank Fusion (RRF)&lt;/a&gt; to retrieve the most relevant results.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="initialize-the-client"&gt;Initialize the Client&lt;/h2&gt;
&lt;p&gt;Initialize the Qdrant client after creating a &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/cloud/"&gt;Qdrant Cloud account&lt;/a&gt; and a &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/cloud/create-cluster/"&gt;dedicated paid cluster&lt;/a&gt;. Set &lt;code&gt;cloud_inference&lt;/code&gt; to &lt;code&gt;True&lt;/code&gt; to enable &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/cloud/inference/"&gt;cloud inference&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Hybrid Search with Reranking</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/reranking-hybrid-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/reranking-hybrid-search/</guid><description>&lt;h1 id="qdrant-hybrid-search-with-reranking"&gt;Qdrant Hybrid Search with Reranking&lt;/h1&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Time: 40 min&lt;/th&gt;
 &lt;th&gt;Level: Intermediate&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Reranking is a powerful technique for improving search precision: rather than running an expensive model over your entire corpus, you apply it to a smaller set of candidates already retrieved by a faster method. This keeps latency low while surfacing the most relevant results.&lt;/p&gt;
&lt;p&gt;Reranking pairs especially well with &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/search/hybrid-queries/"&gt;hybrid search&lt;/a&gt;, which casts a wide retrieval net, maximizing recall across several retrieval paths. Reranking can sort the hybrid search results with a deeper relevance signal. A &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/course/multi-vector-search/module-1/late-interaction-basics/"&gt;late interaction model&lt;/a&gt;, for instance, represents both query and document as multiple vectors, enabling more nuanced term-level comparisons than a single embedding can capture.&lt;/p&gt;</description></item><item><title>Semantic Search 101</title><link>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners-local/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners-local/</guid><description>&lt;h1 id="build-a-semantic-search-engine-in-5-minutes"&gt;Build a Semantic Search Engine in 5 Minutes&lt;/h1&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Time: 5 - 15 min&lt;/th&gt;
 &lt;th&gt;Level: Beginner&lt;/th&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;th&gt;&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;There are two versions of this tutorial:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;With the version on this page, you&amp;rsquo;ll run Qdrant on your own machine. This requires you to manage your own cluster and vector embedding infrastructure.&lt;/li&gt;
&lt;li&gt;Alternatively, you can use Qdrant Cloud to deploy a cluster and generate vector embeddings using Qdrant Cloud&amp;rsquo;s &lt;strong&gt;forever free&lt;/strong&gt; tier (no credit card required). If you prefer this option, check out the &lt;a href="https://deploy-preview-2452--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-basics/search-beginners/"&gt;Qdrant Cloud version of this tutorial&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p align="center"&gt;&lt;iframe width="560" height="315" src="https://www.youtube.com/embed/AASiqmtKo54" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;</description></item></channel></rss>