Skip to content

Commit 4e6ed07

Browse files
fix(CE): Change AWS Bedrock sub category (#889)
* Resolve conflict in cherry-pick of 3b9e2b27090cfd43f24ff8ffcdf8b9c6135552f9 and change the commit message * chore(CE): Resolved conflict --------- Co-authored-by: TivonB-AI2 <124182151+TivonB-AI2@users.noreply.github.com> Co-authored-by: TivonB-AI2 <tivon.brown@squared.ai>
1 parent 0e549f9 commit 4e6ed07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

integrations/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
multiwoven-integrations (0.34.6)
10+
multiwoven-integrations (0.34.7)
1111
MailchimpMarketing
1212
activesupport
1313
async-websocket

integrations/lib/multiwoven/integrations/rollout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Multiwoven
44
module Integrations
5-
VERSION = "0.34.6"
5+
VERSION = "0.34.7"
66

77
ENABLED_SOURCES = %w[
88
Snowflake

integrations/lib/multiwoven/integrations/source/aws_bedrock_model/config/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "AWS Bedrock Model",
55
"connector_type": "source",
66
"category": "AI Model",
7-
"sub_category": "AI_ML Service",
7+
"sub_category": "LLM",
88
"documentation_url": "https://docs.squared.ai/activation/ai-ml-sources/aws_bedrock-model",
99
"github_issue_label": "source-aws-bedrock-model",
1010
"icon": "icon.svg",

0 commit comments

Comments
 (0)