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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Checked
Feature request
In @langchain/ollama, we can set up format: 'json' as per below:
So that it will enforce output in json format.
It would be great if we can do the same with bedrock per:
Motivation
Running project with Ollama locally and now trying to move it to AWS Bedrock but facing issue to force json output
Proposal (If applicable)
Adding support for format: json in @langchain/community/llms/bedrock the same way as @langchain/ollama
Beta Was this translation helpful? Give feedback.
All reactions