You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,16 @@ Here's a list of the env vars for each supported client
44
44
45
45
*`VOYAGE_API_KEY`: Voyage AI API key
46
46
47
+
### AWS Bedrock
48
+
49
+
> [!IMPORTANT]
50
+
> You must enable access to Bedrock embedding models
51
+
> See here: [https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html#add-model-access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html#add-model-access)
52
+
53
+
*`AWS_REGION`: AWS region
54
+
55
+
Usual AWS env vars as read by the AWS SDKs i.e. `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`, etc.
56
+
47
57
## nix
48
58
49
59
The project provides a simple `nix` flake tha leverages [gomod2nix](https://github.com/nix-community/gomod2nix) for consistent Go environments and builds.
0 commit comments