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
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Attempting to use ExLLM.chat/2 with the Bedrock provider results in the error:
"AWS SDK not available. Please add aws-elixir dependency to use Bedrock adapter."
ex_llm version:
def deps do
[
...,
{:ex_llm, "~> 0.8.1"},
....
]
end
I'm unable to proceed with using the Bedrock provider due to this error. Could you please provide guidance on how to properly configure ExLLM for Bedrock to resolve this "AWS SDK not available" issue, or if there's a missing step in the documentation?
Attempting to use
ExLLM.chat/2with the Bedrock provider results in the error:"AWS SDK not available. Please add aws-elixir dependency to use Bedrock adapter."
ex_llm version:
I'm unable to proceed with using the Bedrock provider due to this error. Could you please provide guidance on how to properly configure ExLLM for Bedrock to resolve this "AWS SDK not available" issue, or if there's a missing step in the documentation?
Thank you for your time and assistance.