n8n-nodes-qdrant

n8n-nodes-qdrantは、n8nのオートメーションプラットフォーム用のノードで、Qdrantデータベースとの統合を可能にします。このノードを使用することで、データの検索や管理が効率的に行えるため、ワークフローの自動化が促進されます。TypeScriptで実装されており、開発者にとって使いやすい設計がされています。

GitHubスター

57

ユーザー評価

未評価

お気に入り

0

閲覧数

28

フォーク

9

イシュー

1

README
n8n-nodes-qdrant

Banner image

This is the official n8n node for interfacing with Qdrant.

Qdrant is a vector similarity search engine that provides a production-ready service with a convenient API to store, search, and manage vectors.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The node supports the following operations:

Collection
Point
Vector
Search
Payload
Credentials

To use this node, you need to set up Qdrant credentials:

  • URL: The REST URL of your Qdrant instance
  • API Key (optional): Your Qdrant API key if authentication is enabled
Compatibility

This node is compatible with:

  • Qdrant version 1.14.0 and above
Resources