mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
14 lines
472 B
Jsonnet
14 lines
472 B
Jsonnet
|
|
{
|
||
|
|
pattern: {
|
||
|
|
name: "bedrock",
|
||
|
|
icon: "🤖💬",
|
||
|
|
title: "Add AWS Bedrock for text completion",
|
||
|
|
description: "This pattern integrates an AWS Bedrock LLM service hosted in the AWS cloud for text completion operations. You need an AWS cloud subscription and to have Bedrock configured to be able to use this service.",
|
||
|
|
requires: ["pulsar", "trustgraph"],
|
||
|
|
features: ["llm"],
|
||
|
|
args: [
|
||
|
|
]
|
||
|
|
},
|
||
|
|
module: "components/bedrock.jsonnet",
|
||
|
|
}
|