Build a RAG App with AWS Bedrock and Go
Develop an RAG App with combination of AWS Bedrock, Go & OpenSearch.
In this tutorial, we will build a simple RAG application using AWS Bedrock, Go, and Streamlit with Python.
Prerequisites
- Make sure you have installed GoLand.
- Additionally, we expect that the intended audience would have experience working with Go & Python.

Introduction
What is RAG?

Getting Started
Setting up the AWS environment and configuring the AWS SDK.

Creating the KnowledgeBase
Setting up the Knowledge Base and configuring the vector store.

Building APIs
AWS Go SDK Integration & Streamlit Python UI