.NET - Can you provide some examples or API docs on LangChain.Providers.Amazon.Bedrock #289
Answered
by
curlyfro
pratip-bagchi
asked this question in
Q&A
-
I am experimenting with RAG + C# code using Amazon Bedrock calling Haiku...but could not able to figure out any API docs or example on how to use them. Somehow I realized I should start with below code, bit did not find any means to pass model arguments like top_k or top_p etc. Any help will be appreciated.
|
Beta Was this translation helpful? Give feedback.
Answered by
curlyfro
May 3, 2024
Replies: 1 comment 1 reply
-
hi Pratip, https://github.com/tryAGI/LangChain/wiki/Getting-started-with-Amazon-Bedrock |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pratip-bagchi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi Pratip,
here's an example of how to pass settings.
https://github.com/tryAGI/LangChain/wiki/Getting-started-with-Amazon-Bedrock