Actions
| Name | Description |
|---|---|
add_points_to_collectionInsert a point (= embedding or vector + other infos) to a specific collection, if the collection does not exist it will be created | Insert a point (= embedding or vector + other infos) to a specific collection, if the collection does not exist it will be created |
collection_listGet the list of all the collections of your database | Get the list of all the collections of your database |
collection_infosGet all the infos of a specific collection | Get all the infos of a specific collection |
delete_collectionDelete a collection of your database | Delete a collection of your database |
delete_pointsDelete points of a specific collection | Delete points of a specific collection |
get_pointsGet the points of a specific collection | Get the points of a specific collection |
search_pointsSearch for points closest to your given vector (= embedding) | Search for points closest to your given vector (= embedding) |
create_collectionCreate a new vector collection in Qdrant | Create a new vector collection in Qdrant |
upsert_pointsInsert or update points (vectors with payloads) in a Qdrant collection | Insert or update points (vectors with payloads) in a Qdrant collection |
list_collectionsList all collections in the Qdrant instance | List all collections in the Qdrant instance |
custom_api_callMake a custom API call to the Qdrant API | Make a custom API call to the Qdrant API |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'qdrant',
actionName: 'add_points_to_collection',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Qdrant to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Qdrant support?
Qdrant supports 11 actions including Add points to collection, Get Collection List, Get Collection Infos, Delete Collection, Delete Points, and more.
Can I use Qdrant with AI agents?
Yes. Add Qdrant to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does Qdrant use?
Qdrant uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Qdrant integration cost?
The Qdrant integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Qdrant in minutes
Get 1,000 free actions every month. No credit card required.