Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion snippets/general-shared-text/qdrant.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
- For the [Unstructured Platform](/platform/overview), only [Qdrant Cloud](https://qdrant.tech/documentation/cloud-intro/) is supported.
- For [Unstructured Ingest](/ingestion/overview), Qdrant Cloud,
[Qdrant local](https://github.com/qdrant/qdrant), and [Qdrant client-server](https://qdrant.tech/documentation/quickstart/) are supported.


The following video shows how to set up Qdrant Cloud:

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/730jcEAJUG8"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

- For Qdrant local, the path to the local Qdrant installation, for example: `/qdrant/local`
- For Qdrant client-server, the Qdrant server URL, for example: `http://localhost:6333`
- For Qdrant Cloud:
Expand Down