Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
Signed-off-by: Anush008 <[email protected]>
  • Loading branch information
Anush008 committed Dec 11, 2024
1 parent 2002f88 commit b12c65f
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions qdrant-landing/content/documentation/platforms/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ partition: build
| [Portable.io](/documentation/platforms/portable/) | Cloud platform for developing and deploying ELT transformations. |
| [PrivateGPT](/documentation/platforms/privategpt/) | Tool to ask questions about your documents using local LLMs emphasising privacy. |
| [Rivet](/documentation/platforms/rivet/) | A visual programming environment for building AI agents with LLMs. |
| [ToolJet](/documentation/platforms/tooljet/) | A low-code platform for business apps that connect to databases, cloud storages and more.|
26 changes: 24 additions & 2 deletions qdrant-landing/content/documentation/platforms/tooljet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,31 @@ title: ToolJet

![Qdrant Connection](/documentation/platforms/tooljet/tooljet-connection.png)

- Use the following supported operations in your ToolJet workflows.
You can interface with the Qdrant instance using the following Tooljet operations.

![Qdrant Operations](/documentation/platforms/tooljet/tooljet-operations.png)
- 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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b12c65f

Please sign in to comment.