add images

This commit is contained in:
davidmyriel
2024-07-18 19:11:22 -07:00
parent 695d57aae6
commit 6b6e266997
5 changed files with 13 additions and 6 deletions
@@ -50,8 +50,8 @@ can be turned into full-fledged applications for matching, searching, recommendi
to make the most of unstructured data. It is easy to use, deploy and scale, blazing fast and is accurate
simultaneously.
Qdrant was founded in 2021 in Berlin by Andre Zayarni and Andrey Vasnestov with the mission to power the
next generation of AI applications with advanced and high-performant vector similarity search technology.
Qdrant was founded in 2021 in Berlin by Andre Zayarni and Andrey Vasnetsov with the mission to power the
next generation of AI applications with advanced and high-performant [vector similarity](https://qdrant.tech/articles/vector-similarity-beyond-search/) search technology.
Their flagship product is the vector search database which is available as an open source
https://github.com/qdrant/qdrant or managed cloud solution https://cloud.qdrant.io/.
@@ -13,23 +13,30 @@ weight: 3
1. Register for a [Cloud account](https://cloud.qdrant.io/) with your email, Google or Github credentials.
2. Go to **Overview** and follow the onboarding instructions under **Create First Cluster**.
![create a cluster](/docs/gettingstarted/gui-quickstart/create-cluster.png)
3. When you create it, you will receive an API key. You will need to copy and paste it soon.
4. Your new cluster will be created under **Clusters**. Give it a few moments to provision.
## Access the cluster dashboard
1. Go to your **Active Clusters**. Under **Actions**, open the **Dashboard**.
1. Go to your **Clusters**. Under **Actions**, open the **Dashboard**.
2. Paste your new API key here. If you lost it, make another in **Access Management**.
3. The key will grant you cluster access. Now you can see the cluster Dashboard.
![access the dashboard](/docs/gettingstarted/gui-quickstart/access-dashboard.png)
## Try the Tutorial sandbox
1. Open the interactive **Tutorial**. Here, you can test basic Qdrant API requests.
2. Using the in-tutorial instructions, create a collection, add vectors and run a search.
2. Using the **Quickstart** instructions, create a collection, add vectors and run a search.
3. The output on the right will show you some basic semantic search results.
## Done
That's vector search! You can stay in the sandbox and continue trying our different API calls.</br>
![interactive-tutorial](/docs/gettingstarted/gui-quickstart/interactive-tutorial.png)
## That's vector search!
You can stay in the sandbox and continue trying our different API calls.</br>
When you're ready, use the Console and our complete REST API to try other operations.
Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB