-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Anush008 <[email protected]>
- Loading branch information
Showing
9 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
title: ToolJet | ||
--- | ||
|
||
# ToolJet | ||
|
||
[ToolJet](https://www.tooljet.com) 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](https://cloud.qdrant.io/). | ||
2. A [ToolJet instance](https://www.tooljet.com) to develop your workflows. | ||
|
||
## Setting Up | ||
|
||
- Search for the Qdrant plugin in the Tooljet [plugins marketplace](https://docs.tooljet.com/docs/marketplace/plugins/marketplace-plugin-qdrant). | ||
|
||
- Set up the connection to Qdrant using your instance credentials. | ||
|
||
![Qdrant Connection](/documentation/platforms/tooljet/tooljet-connection.png) | ||
|
||
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](/documentation/platforms/tooljet/tooljet-list-collections.png) | ||
|
||
- Collection Info - Get the configuration of a specific collection. | ||
|
||
![Qdrant Collection Info](/documentation/platforms/tooljet/tooljet-collection-info.png) | ||
|
||
- Upsert Points - Add points to a collection. | ||
|
||
![Qdrant Upsert Points](/documentation/platforms/tooljet/tooljet-upsert-points.png) | ||
|
||
- Get Points - Get points from a collection by IDs or [filters](https://qdrant.tech/documentation/concepts/filtering/). | ||
|
||
![Qdrant Get Points](/documentation/platforms/tooljet/tooljet-get-points.png) | ||
|
||
- Delete Points - Delete points from a collection by [filters](https://qdrant.tech/documentation/concepts/filtering/). | ||
|
||
![Qdrant Delete Points](/documentation/platforms/tooljet/tooljet-delete-points.png) | ||
|
||
- Query Points - [Search](https://qdrant.tech/documentation/concepts/search/) for points in a collection. | ||
|
||
![Qdrant Query Points](/documentation/platforms/tooljet/tooljet-query-points.png) | ||
|
||
## Further Reading | ||
|
||
- [ToolJet Documentation](https://docs.tooljet.com/docs/). | ||
- [ToolJet Qdrant Plugin](https://docs.tooljet.com/docs/marketplace/plugins/marketplace-plugin-qdrant/). |
Binary file added
BIN
+331 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-collection-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+296 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-connection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+355 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-delete-points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+255 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-get-points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+449 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-list-collections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+303 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-query-points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+255 KB
qdrant-landing/static/documentation/platforms/tooljet/tooljet-upsert-points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.