Skip to content

Commit

Permalink
docs(ai): add ai.embeddings.bedrock.maxRetries to README of @roadiehq…
Browse files Browse the repository at this point in the history
…/rag-ai-backend
  • Loading branch information
benjidotsh committed Dec 12, 2024
1 parent 5d2b83b commit 855e5d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-mice-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/rag-ai-backend': patch
---

Added `ai.embeddings.bedrock.maxRetries` to README
3 changes: 3 additions & 0 deletions plugins/backend/rag-ai-backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ ai:
# (Required) Name of the Bedrock model to use to create Embeddings.
modelName: 'amazon.titan-embed-text-v1'

# (Optional) Maximum number of retries for the AWS SDK client
maxRetries: 3

## AWS Bedrock uses integration-aws-node package to configure credentials. See the package README for more info.

# OpenAI Embeddings configuration
Expand Down

0 comments on commit 855e5d1

Please sign in to comment.