-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cohere on Bedrock has been a failure #186
Comments
Hello, that code snippet works for me. Can you share the error you're getting? Please make sure you're using the latest version of Also, this package is being deprecated. I suggest using the |
Hi, here is the error I'm getting https://jpst.it/3ZOMz I tried the snippet you shared and is working, thank you. My project is built on Langchain and would be great if you could share a working example in Langchain because there where my problem started. Cohere Bedrock doesn't work on Langchain. This is the error I got https://justpaste.it/ar82c when I tried this code
|
Hey @mutazmq1 I reccommend you try the cohere python sdk to achieve this. There is a snippet on this page: https://docs.cohere.com/docs/cohere-works-everywhere#bedrock please let me know if you have issues running that!! |
Try this and it doesn't work:
Try summarize from cohere_aws. Also doesn't work.
Try BedrockLLM from Langchain, Cohere also doesn't work.
All I need is a code snippet that allows me to use Cohere "cohere.command-r-plus-v1:0" on Bedrock us-east-1 to summarise text. And that seems impossible so far!! I just want to call Bedrock directly without creating an end point.
Appreciate your help.
The text was updated successfully, but these errors were encountered: