Skip to content

Commit 3e46f23

Browse files
authored
Qdrant destination connector: video how-to for setting up Qdrant Cloud (#411)
1 parent 4664264 commit 3e46f23

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

snippets/general-shared-text/qdrant.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
- For the [Unstructured Platform](/platform/overview), only [Qdrant Cloud](https://qdrant.tech/documentation/cloud-intro/) is supported.
22
- For [Unstructured Ingest](/ingestion/overview), Qdrant Cloud,
33
[Qdrant local](https://github.com/qdrant/qdrant), and [Qdrant client-server](https://qdrant.tech/documentation/quickstart/) are supported.
4-
4+
5+
The following video shows how to set up Qdrant Cloud:
6+
7+
<iframe
8+
width="560"
9+
height="315"
10+
src="https://www.youtube.com/embed/730jcEAJUG8"
11+
title="YouTube video player"
12+
frameborder="0"
13+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
14+
allowfullscreen
15+
></iframe>
16+
517
- For Qdrant local, the path to the local Qdrant installation, for example: `/qdrant/local`
618
- For Qdrant client-server, the Qdrant server URL, for example: `http://localhost:6333`
719
- For Qdrant Cloud:

0 commit comments

Comments
 (0)