Skip to content
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

Improve user messaging and documentation for Cross-Region Inference on Amazon Bedrock #1134

Merged
merged 16 commits into from
Dec 6, 2024

Conversation

srdas
Copy link
Collaborator

@srdas srdas commented Dec 3, 2024

Fixes #1121

Amazon Cross Region Inference is implemented by prefixing a region code to the base model id. Given the growing number of regions and models, adding each specific one to the drop down model list is cumbersome. Instead, the user can simple handle cross-region inference through Jupyter AI's custom/provisioned model interface for Bedrock that has been updated to indicate this, as shown below:
image
Here the US specific region model id is used.
The related documentation has also been updated to reflect these changes.

@srdas srdas added the documentation Improvements or additions to documentation label Dec 3, 2024
@srdas srdas marked this pull request as ready for review December 3, 2024 09:24
@srdas srdas requested a review from dlqqq December 3, 2024 09:25
docs/source/users/index.md Outdated Show resolved Hide resolved
@srdas srdas requested a review from dlqqq December 5, 2024 19:48
@dlqqq dlqqq changed the title Updated UI and documentation for Amazon Bedrock Cross Region Inference Improve user messaging and documentation for Cross-Region Inference on Amazon Bedrock Dec 6, 2024
docs/source/users/index.md Outdated Show resolved Hide resolved
@srdas srdas requested a review from dlqqq December 6, 2024 22:05
@dlqqq dlqqq merged commit 5ffe481 into jupyterlab:main Dec 6, 2024
10 checks passed
@dlqqq
Copy link
Member

dlqqq commented Dec 6, 2024

@meeseeksdev please backport to v3-dev

meeseeksmachine pushed a commit to meeseeksmachine/jupyter-ai that referenced this pull request Dec 6, 2024
… for Cross-Region Inference on Amazon Bedrock
dlqqq pushed a commit that referenced this pull request Dec 6, 2024
…-Region Inference on Amazon Bedrock (#1143)

Co-authored-by: Sanjiv Das <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document how to use CRI on Amazon Bedrock in Jupyter AI v2
2 participants