Skip to main content

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.

NamespaceRobomotion.Qdrant
Version1.1.0
CategoryDatabase, Artificial Intelligence
Nodes17

Nodes

NodeDescription
ConnectOpens a connection to Qdrant and returns a Client ID.
DisconnectCloses a Qdrant connection.
Create CollectionCreates a collection in Qdrant.
List CollectionsLists collections in Qdrant.
Get CollectionGets a collection in Qdrant.
Delete CollectionDeletes a collection in Qdrant.
Collection ExistsCollection Exists — see the properties below.
Upsert PointsUpsert Points — see the properties below.
Get PointsGets points in Qdrant.
Delete PointsDeletes points in Qdrant.
Scroll PointsScroll Points — see the properties below.
Count PointsCounts points in Qdrant.
Query PointsQueries points in Qdrant.
Set PayloadSets a payload in Qdrant.
Delete PayloadDeletes a payload in Qdrant.
Clear PayloadClear Payload — see the properties below.
ToolkitExposes 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.

About this page

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.