Qdrant
Qdrant vector database package for storing, searching, and managing vector embeddings. Provides full collection lifecycle management (create, list, get, delete, exists check) with configurable distance metrics (Cosine, Euclidean, Dot Product, Manhattan). Supports point operations including upsert (with id, vector, and payload), retrieval by ID, deletion, scrolling with pagination, counting, and vector similarity search with score thresholds. Includes granular payload management (set, delete specific keys, clear all). Uses gRPC for communication with TLS support. Nodes can connect via a shared Connect/Disconnect session (client ID pattern) or directly with inline credentials on each node. Authenticates via API key credential.
| Namespace | Robomotion.Qdrant |
| Version | 1.1.0 |
| Category | Database, Artificial Intelligence |
| Nodes | 17 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Qdrant and returns a Client ID. |
| Disconnect | Closes a Qdrant connection. |
| Create Collection | Creates a collection in Qdrant. |
| List Collections | Lists collections in Qdrant. |
| Get Collection | Gets a collection in Qdrant. |
| Delete Collection | Deletes a collection in Qdrant. |
| Collection Exists | Collection Exists — see the properties below. |
| Upsert Points | Upsert Points — see the properties below. |
| Get Points | Gets points in Qdrant. |
| Delete Points | Deletes points in Qdrant. |
| Scroll Points | Scroll Points — see the properties below. |
| Count Points | Counts points in Qdrant. |
| Query Points | Queries points in Qdrant. |
| Set Payload | Sets a payload in Qdrant. |
| Delete Payload | Deletes a payload in Qdrant. |
| Clear Payload | Clear Payload — see the properties below. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
16 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Collection, List Collections, Get Collection, Delete Collection, Collection Exists, Upsert Points, Get Points, Delete Points, Scroll Points, Count Points, Query Points, Set Payload, Delete Payload, Clear Payload.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.