ToolJet
ToolJet is a low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder.
Prerequisites
- A Qdrant instance to connect to. You can get a free cloud instance at cloud.qdrant.io.
- A ToolJet instance to develop your workflows.
Setting Up
Search for the Qdrant plugin in the Tooljet plugins marketplace.
Set up the connection to Qdrant using your instance credentials.
You can interface with the Qdrant instance using the following Tooljet operations.
- List Collections - Get the names of all the available collections in the Qdrant instance.
- Collection Info - Get the configuration of a specific collection.
- Upsert Points - Add points to a collection.
- Get Points - Get points from a collection by IDs or filters.
- Delete Points - Delete points from a collection by filters.
- Query Points - Search for points in a collection.