mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix Bedrock (#119)
This commit is contained in:
parent
f36c5e5d03
commit
25983d1557
2 changed files with 14 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ local chunker = import "chunker-recursive.jsonnet";
|
|||
|
||||
local envSecrets = engine.envSecrets("bedrock-credentials")
|
||||
.with_env_var("AWS_ID_KEY", "aws-id-key")
|
||||
.with_env_var("AWS_SECRET_KEY", "aws-secret-key")
|
||||
.with_env_var("AWS_SECRET", "aws-secret")
|
||||
.with_env_var("AWS_REGION", "aws-region");
|
||||
|
||||
local container =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue