<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Operations &amp; Scale on Qdrant - Vector Database</title><link>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/</link><description>Recent content in Operations &amp; Scale on Qdrant - Vector Database</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-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/index.xml" rel="self" type="application/rss+xml"/><item><title>Snapshots</title><link>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/create-snapshot/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/create-snapshot/</guid><description>&lt;h1 id="backup--restore-qdrant-with-snapshots">Backup &amp;amp; Restore Qdrant with Snapshots&lt;/h1>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Time: 20 min&lt;/th>
 &lt;th>Level: Beginner&lt;/th>
 &lt;th>&lt;/th>
 &lt;th>&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;/tbody>
&lt;/table>
&lt;p>A collection is a basic unit of data storage in Qdrant. It contains vectors, their IDs, and payloads. However, keeping the search efficient requires additional data structures to be built on top of the data. Building these data structures may take a while, especially for large collections.
That&amp;rsquo;s why using snapshots is the best way to export and import Qdrant collections, as they contain all the bits and pieces required to restore the entire collection efficiently.&lt;/p></description></item><item><title>Data Migration</title><link>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/migration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/migration/</guid><description>&lt;h1 id="migrate-your-embeddings-to-qdrant">Migrate Your Embeddings to Qdrant&lt;/h1>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Time: Varies&lt;/th>
 &lt;th>Level: Intermediate&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;/tbody>
&lt;/table>
&lt;p>Migrating data between vector databases, especially across regions, platforms, or deployment types, can be a hassle. That’s where the &lt;a href="https://github.com/qdrant/migration" target="_blank" rel="noopener nofollow">Qdrant Migration Tool&lt;/a> comes in. It supports a wide range of migration needs, including transferring data between Qdrant instances and migrating from other vector database providers to Qdrant.&lt;/p>
&lt;p>You can run the migration tool on any machine where you have connectivity to both the source and the target Qdrant databases. Direct connectivity between both databases is not required. For optimal performance, you should run the tool on a machine with a fast network connection and minimum latency to both databases.&lt;/p></description></item><item><title>Migrate to a New Embedding Model</title><link>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/embedding-model-migration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/embedding-model-migration/</guid><description>&lt;h1 id="migrate-to-a-new-embedding-model-with-zero-downtime-in-qdrant">Migrate to a New Embedding Model with Zero Downtime in Qdrant&lt;/h1>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Time: 40 min&lt;/th>
 &lt;th>Level: Intermediate&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;/tbody>
&lt;/table>
&lt;p>When building a semantic search application, you need to &lt;a href="https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/articles/how-to-choose-an-embedding-model/">choose an embedding
model&lt;/a>. Over time, you may want to switch to a different model for better
quality or cost-effectiveness. If your application is in production, this must be done with zero downtime to avoid
disrupting users. Switching models requires re-embedding all vectors in your collection, which can take time. If your
data doesn&amp;rsquo;t change, you can re-embed everything and switch to the new embeddings. However, in systems with frequent
updates, stopping the search service to re-embed is not an option.&lt;/p></description></item><item><title>Large-Scale Search</title><link>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/large-scale-search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>info@qdrant.tech (Andrey Vasnetsov)</author><guid>https://deploy-preview-2138--condescending-goldwasser-91acf0.netlify.app/documentation/tutorials-operations/large-scale-search/</guid><description>&lt;h1 id="large-scale-search-in-qdrant">Large-Scale Search in Qdrant&lt;/h1>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>Time: 2 days&lt;/th>
 &lt;th>Level: Advanced&lt;/th>
 &lt;th>&lt;/th>
 &lt;th>&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;/tbody>
&lt;/table>
&lt;p>In this tutorial, we will describe an approach to upload, index, and search a large volume of data cost-efficiently,
on an example of the real-world dataset &lt;a href="https://laion.ai/blog/laion-400-open-dataset/" target="_blank" rel="noopener nofollow">LAION-400M&lt;/a>.&lt;/p>
&lt;p>The goal of this tutorial is to demonstrate what minimal amount of resources is required to index and search a large dataset,
while still maintaining a reasonable search latency and accuracy.&lt;/p>
&lt;p>All relevant code snippets are available in the &lt;a href="https://github.com/qdrant/laion-400m-benchmark" target="_blank" rel="noopener nofollow">GitHub repository&lt;/a>.&lt;/p></description></item></channel></rss>