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

  1. A Qdrant instance to connect to. You can get a free cloud instance at cloud.qdrant.io.
  2. 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.

Qdrant Connection

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.

Qdrant List Collections

  • Collection Info - Get the configuration of a specific collection.

Qdrant Collection Info

  • Upsert Points - Add points to a collection.

Qdrant Upsert Points

  • Get Points - Get points from a collection by IDs or filters.

Qdrant Get Points

  • Delete Points - Delete points from a collection by filters.

Qdrant Delete Points

  • Query Points - Search for points in a collection.

Qdrant Query Points

Further Reading

Was this page useful?

Thank you for your feedback! 🙏

We are sorry to hear that. 😔 You can edit this page on GitHub, or create a GitHub issue.