[PR #384] [CLOSED] Add tutorial for Amazon Bedrock integration #462

Closed
opened 2026-02-15 17:17:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/docs/pull/384
Author: @jweisman11
Created: 2/6/2025
Status: Closed

Base: mainHead: main


📝 Commits (4)

  • 425200f add bedrock integration tutorial
  • 0057f73 add bedrock images
  • dae2edf Merge branch 'open-webui:main' into main
  • 9f22d15 add: start of s3 tutorial

📊 Changes

6 files changed (+186 additions, -0 deletions)

View changed files

docs/tutorials/integrations/amazon-bedrock.md (+102 -0)
docs/tutorials/s3-storage.md (+84 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-models-in-oui.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-api.png (+0 -0)
static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-connection.png (+0 -0)

📄 Description

Description:

This PR adds a new tutorial to the documentation, providing a step-by-step guide on how to integrate Open-WebUI with Amazon Bedrock. The tutorial will help users understand the process and get started with the integration smoothly.

Changes made:

  • Adding a single new markdown file containing the integration tutorial.
  • Added 4 images to assist with visual understanding of the steps involved in the process. These images have been placed in the /static/images/tutorials under a new folder called amazon-bedrock

Related issues/PRs/discussions/code:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/docs/pull/384 **Author:** [@jweisman11](https://github.com/jweisman11) **Created:** 2/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`425200f`](https://github.com/open-webui/docs/commit/425200fc64deb549daa724e99b8f54240016b5e3) add bedrock integration tutorial - [`0057f73`](https://github.com/open-webui/docs/commit/0057f7397c9273dc77522816cf15ebaca6ddadfa) add bedrock images - [`dae2edf`](https://github.com/open-webui/docs/commit/dae2edf463554cdca846b9f1b151f722b1cf7355) Merge branch 'open-webui:main' into main - [`9f22d15`](https://github.com/open-webui/docs/commit/9f22d15628a4ce0e71f7f94f75e6630e59fafe0b) add: start of s3 tutorial ### 📊 Changes **6 files changed** (+186 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/tutorials/integrations/amazon-bedrock.md` (+102 -0) ➕ `docs/tutorials/s3-storage.md` (+84 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-base-models.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-models-in-oui.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-api.png` (+0 -0) ➕ `static/images/tutorials/amazon-bedrock/amazon-bedrock-proxy-connection.png` (+0 -0) </details> ### 📄 Description ## Description: This PR adds a new tutorial to the documentation, providing a step-by-step guide on how to integrate Open-WebUI with Amazon Bedrock. The tutorial will help users understand the process and get started with the integration smoothly. ### Changes made: - Adding a single new markdown file containing the integration tutorial. - Added 4 images to assist with visual understanding of the steps involved in the process. These images have been placed in the /static/images/tutorials under a new folder called `amazon-bedrock` ### Related issues/PRs/discussions/code: - https://github.com/open-webui/open-webui/discussions/5148 - https://github.com/open-webui/pipelines/blob/main/examples/pipelines/providers/aws_bedrock_claude_pipeline.py --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:07 -05:00
yindo closed this issue 2026-02-15 17:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#462