Files
landing_page/qdrant-landing/content/documentation/cloud/_index.md
T
3215985d1d Improved Nested Docs and Link Grouping Support (#147)
* added a table of content

* wide layout for docs, styles for the table of content

* fixes for docs layout

* wide footer at the docs section

* added support for nested docs, added toggling groups of links, delimiters, external links

* external link icon

* added active state for nested links, styles for the external link icon

* styles fix

* remove doc sync

* update directory structure and doc titles

* fix outstanding links

* fix more links for merge

* Revert "fix more links for merge"

This reverts commit 46c9ccaf1b7765f2cda8dc85d625fa6b4e3f5436.

* Revert "fix outstanding links"

This reverts commit 28e6380b74f1ab74690c8184551f186656d6d4e9.

* fix remaining broken links

* move how-to tutorials in the different page

* split tutorials

* fix link

* upd github edit link

* skip empty index pages

---------

Co-authored-by: Andrey Vasnetsov <andrey@vasnetsov.com>
Co-authored-by: David Sertic <62056091+davidmyriel@users.noreply.github.com>
2023-05-29 15:11:40 +02:00

871 B

title, weight
title weight
Qdrant Cloud 20

Getting started with Qdrant Cloud

Qdrant Cloud is an official cloud-based managed solution by the creators of the Qdrant Vector Search Engine. It provides the same fast and reliable similarity search engine, but without a need to maintain your own infrastructure.

The transition from the on-premise to the cloud version of Qdrant does not require changing anything in the way you interact with the service, except for an API key that has to be provided to each request.

The transition is even easier if you use the official client libraries.

For example, the Python Qdrant client has the support of the API key already built-in, so you only need to provide it once, when the QdrantClient instance is created.

Please see Quick Start section for details.