mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Add marketplace plugins to plugins.json (#12093)
This commit is contained in:
parent
538d311182
commit
fa9f82f7c4
1 changed files with 65 additions and 2 deletions
|
|
@ -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"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue