From fa9f82f7c4ffba07fc41645dd47c4523c06e1693 Mon Sep 17 00:00:00 2001 From: Parth <108089718+parthy007@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:19:48 +0530 Subject: [PATCH] Add marketplace plugins to plugins.json (#12093) --- server/src/assets/marketplace/plugins.json | 67 +++++++++++++++++++++- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/server/src/assets/marketplace/plugins.json b/server/src/assets/marketplace/plugins.json index ade3e47272..a312406724 100644 --- a/server/src/assets/marketplace/plugins.json +++ b/server/src/assets/marketplace/plugins.json @@ -50,8 +50,8 @@ "timestamp": "Wed, 17 Jan 2024 20:05:16 GMT" }, { - "name": "aws-lambda", - "description": "Plugin for aws-lambda", + "name": "AWS Lambda", + "description": "Plugin for AWS Lambda", "version": "1.0.0", "id": "aws-lambda", "author": "Tooljet", @@ -130,5 +130,68 @@ "author": "Tooljet", "timestamp": "Mon, 28 Oct 2024 08:08:28 GMT", "tags": ["AI"] + }, + { + "name": "Cohere", + "description": "Integrate with Cohere API to use its AI models for chat and text generation.", + "version": "1.0.0", + "id": "cohere", + "author": "Tooljet", + "timestamp": "Tue, 21 Jan 2025 05:09:30 GMT", + "tags": ["AI"] + }, + { + "name": "Mistral", + "description": "Integrate with Mistral API to use its AI models for chat completion capabilities", + "version": "1.0.0", + "id": "mistral_ai", + "author": "Tooljet", + "timestamp": "Tue, 21 Jan 2025 06:35:01 GMT", + "tags": ["AI"] + }, + { + "name": "Hugging Face", + "description": "Plugin for Hugging Face's Inference API to use listed AI models for text capabilities", + "version": "1.0.0", + "id": "hugging_face", + "author": "Tooljet", + "timestamp": "Thu, 23 Jan 2025 06:44:25 GMT", + "tags": ["AI"] + }, + { + "name": "Gemini", + "description": "Integrate with Gemini AI models for text generation.", + "version": "1.0.0", + "id": "gemini", + "author": "Tooljet", + "timestamp": "Fri, 17 Jan 2025 18:04:48 GMT", + "tags": ["AI"] + }, + { + "name": "Anthropic", + "description": "Integrate with Anthropic API to use Claude AI models.", + "version": "1.0.0", + "id": "anthropic", + "author": "Tooljet", + "timestamp": "Mon, 20 Jan 2025 08:04:46 GMT", + "tags": ["AI"] + }, + { + "name": "Qdrant", + "description": "Plugin for Qdrant APIs", + "version": "1.0.0", + "id": "qdrant", + "author": "Tooljet", + "timestamp": "Tue, 10 Dec 2024 02:11:32 GMT", + "tags": ["AI"] + }, + { + "name": "Weaviate DB", + "description": "Integrate with Weaviate DB to store and query vectors.", + "version": "1.0.0", + "id": "weaviate", + "author": "Tooljet", + "timestamp": "Tue, 21 Jan 2025 16:55:28 GMT", + "tags": ["AI"] } ]