mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-12 07:06:20 +07:00
1.7 KiB
1.7 KiB
title, description, contentType, priority
| title | description | contentType | priority | ||
|---|---|---|---|---|---|
| Qdrant credentials | Documentation for the Qdrant credentials. Use these credentials to authenticate Qdrant in n8n, a workflow automation platform. |
|
medium |
Qdrant credentials
You can use these credentials to authenticate the following nodes:
Supported authentication methods
- API key
Related resources
Refer to Qdrant's documentation{:target=_blank .external-link} for more information.
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md"
Using API key
To configure this credential, you'll need a Qdrant cluster{:target=_blank .external-link} and:
- An API Key
- Your Qdrant URL
To set it up:
- Go to the Cloud Dashboard{:target=_blank .external-link}.
- Select Access Management to display available API keys (or go to the API Keys section of the Cluster detail page).
- Select Create.
- Select the cluster you want the key to have access to in the dropdown.
- Select OK.
- Copy the API Key and enter it in your n8n credential.
- Enter the URL for your Qdrant cluster in the Qdrant URL. Refer to Qdrant Web UI{:target=_blank .external-link} for more information.
Refer to Qdrant's authentication documentation{:target=_blank .external-link} for more information on creating and using API keys.