Qdrant integration
Vector Database · 7 actions · Custom auth
High-performance vector database with advanced filtering capabilities for semantic search. Pass-through access to your own Qdrant instance: vector similarity search, collection management, and point upsert/delete via the native REST API.
The ModuleX Qdrant integration lets a ModuleX agent operate Qdrant on your behalf — running create, remove and list actions across queries, collections and collection infos — directly from a plain-English request, using your organization's own Qdrant credentials. No pre-built workflow is required: the agent picks the right Qdrant action for the task.
Qdrant is a vector database platform. ModuleX adds the agent layer: ask for an outcome and it selects and runs the right Qdrant action — or, when you want a repeatable process, the composer assembles a Qdrant workflow for you, streaming the nodes onto the canvas as it builds.
Drive Qdrant in plain English
Type what you want. A ModuleX agent picks the right Qdrant action, or chains several, and runs it. No workflow to build.
- “Create a collection with a single unnamed vector config”resolves to
create_collection - “Find the collection I describe and remove it”resolves to
list_collectionsdelete_collection - “Delete points from a collection by ID list or by filter”resolves to
delete_points - “Show me the queries that match what I describe”resolves to
query
What you can automate with Qdrant
- Find the right collection and remove it in one prompt
list_collectionsdelete_collection - Query your queries from a plain-English question
query - Look up a collection info on demand
get_collection_info - Upsert a point without writing SQL
upsert_points
All 7 Qdrant actions
querylist_collectionscreate_collectiondelete_collectionget_collection_infoupsert_pointsdelete_pointsSee full parameters and response schemas in the Qdrant integration docs
Two ways to use Qdrant in ModuleX
Connecting Qdrant
Pairs well with Qdrant
Agents often chain Qdrant with these. Connect them once and the agent can use all of them in a single task.
Qdrant + ModuleX FAQ
A ModuleX agent can run any of Qdrant's 7 actions — across queries, collections, collection infos and points — from a plain-English request, using your organization's own Qdrant credentials.
Put Qdrant to work in ModuleX.
Connect Qdrant once with your own credentials and let your agent run all 7 actions on demand.
Last updated: Jul 2026Browse all 179 integrations