-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
...tions/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoreqdrant.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: Qdrant Vector Store | ||
description: Documentation for the Qdrant node in n8n, a workflow automation platform. Includes details of operations and configuration, and links to examples and credentials information. | ||
--- | ||
|
||
# Qdrant Vector Store | ||
|
||
Use the Qdrant node to interact with your Qdrant collection as a vector store. You can insert documents into a vector database, get documents from a vector database, and retrieve documents to provide them to a retriever connected to a chain. | ||
|
||
On this page, you'll find the node parameters for the Qdrant node, and links to more resources. | ||
|
||
/// note | Credentials | ||
You can find authentication information for this node [here](/integrations/builtin/credentials/qdrant/). | ||
/// | ||
|
||
/// note | Examples and templates | ||
For usage examples and templates to help you get started, refer to n8n's [Qdrant Vector Store integrations](https://n8n.io/integrations/qdrant-vector-store/){:target=_blank .external-link} page. | ||
/// | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md" | ||
|
||
## Node parameters | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/vector-store-mode.md" | ||
|
||
### Parameters for **Get Many** | ||
|
||
* Qdrant collection name | ||
* Prompt: search query. | ||
* Limit: how many results to retrieve from the vector store. For example, set this to `10` to get the ten best results. | ||
|
||
### Parameters for **Insert Documents** | ||
|
||
* Qdrant collection name | ||
* Qdrant collection creation configuration - Optional | ||
|
||
### Parameters for **Retrieve Documents (For Agent/Chain)** | ||
|
||
* Qdrant collection name | ||
|
||
### Metadata Filter | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-root-nodes/vector-store-metadata-filter.md" | ||
|
||
## Related resources | ||
|
||
Refer to [LangChain's Qdrant documentation](https://js.langchain.com/docs/integrations/vectorstores/qdrant){:target=_blank .external-link} for more information about the service. | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Qdrant credentials | ||
description: Documentation for the Qdrant credentials. Use these credentials to authenticate Qdrant in n8n, a workflow automation platform. | ||
--- | ||
|
||
# Qdrant credentials | ||
|
||
You can use these credentials to authenticate the following nodes: | ||
|
||
* [Qdrant Vector Store](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoreqdrant/) | ||
|
||
|
||
## Prerequisites | ||
|
||
You need an API key and Qdrant cluster URL to establish a connection. | ||
|
||
Refer to [Qdrant's authentication docs](https://qdrant.tech/documentation/cloud/authentication/#authentication) to know how to get these. | ||
|
||
## Related resources | ||
|
||
Refer to [Qdrant's documentation](https://qdrant.tech/documentation/){:target=_blank .external-link} | ||
|
||
--8<-- "_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ Pluralsight | |
Postbin | ||
Postgres | ||
PostHog | ||
Qdrant | ||
Realtime | ||
Serverless | ||
serverless | ||
|