<?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-2342--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-2342--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-2342--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-2342--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-2342--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-2342--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-2342--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>Semantic Search 101</title><link>https://deploy-preview-2342--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-2342--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-2342--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>