diff --git a/integrations/Gemfile.lock b/integrations/Gemfile.lock index b7424f93d..1fdb9259c 100644 --- a/integrations/Gemfile.lock +++ b/integrations/Gemfile.lock @@ -7,7 +7,11 @@ GIT PATH remote: . specs: +<<<<<<< HEAD multiwoven-integrations (0.34.5) +======= + multiwoven-integrations (0.34.7) +>>>>>>> 3b9e2b27 (fix(CE): Change AWS Bedrock sub category (#1439)) MailchimpMarketing activesupport async-websocket diff --git a/integrations/lib/multiwoven/integrations/rollout.rb b/integrations/lib/multiwoven/integrations/rollout.rb index 4f2996c67..010724f23 100644 --- a/integrations/lib/multiwoven/integrations/rollout.rb +++ b/integrations/lib/multiwoven/integrations/rollout.rb @@ -2,7 +2,11 @@ module Multiwoven module Integrations +<<<<<<< HEAD VERSION = "0.34.5" +======= + VERSION = "0.34.7" +>>>>>>> 3b9e2b27 (fix(CE): Change AWS Bedrock sub category (#1439)) ENABLED_SOURCES = %w[ Snowflake diff --git a/integrations/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json b/integrations/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json index d9fade059..fb9d385dd 100644 --- a/integrations/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json +++ b/integrations/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json @@ -4,7 +4,7 @@ "title": "AWS Bedrock Model", "connector_type": "source", "category": "AI Model", - "sub_category": "AI_ML Service", + "sub_category": "LLM", "documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/aws_bedrock-model", "github_issue_label": "source-aws-bedrock-model", "icon": "icon.svg",