mikaelvesavuori/bedrock-rag-demo
RAG document chat with Amazon Bedrock using Typescript on Lambda.
This project helps developers create a chat application that can answer questions using their own specific documents. It takes text files you upload and processes them so an AI model can 'understand' their content. The output is a chat interface where users can ask questions and get answers directly from your provided documents, making it useful for developers building custom knowledge-base applications.
No commits in the last 6 months.
Use this if you are a developer looking for a clear, foundational example of how to implement retrieval augmented generation (RAG) on Amazon Bedrock using TypeScript, without relying on high-level frameworks like LangChain.
Not ideal if you are not a developer, prefer Python, or need an out-of-the-box solution for end-users without writing code or managing AWS infrastructure.
Stars
13
Forks
6
Language
TypeScript
License
—
Category
Last pushed
Oct 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/mikaelvesavuori/bedrock-rag-demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aws-samples/generative-ai-use-cases
Application implementation with business use cases for safely utilizing generative AI in...
aws-samples/serverless-rag-demo
Amazon Bedrock Foundation models with Amazon Opensearch Serverless as a Vector DB
aws-samples/amazon-bedrock-rag
Fully managed RAG solution implemented using Knowledge Bases for Amazon Bedrock
IBM/granite-workshop
Source code for the IBM Granite AI Model Workshop
aws-samples/rag-with-amazon-bedrock-and-opensearch
Opinionated sample on how to build and deploy a RAG application with Amazon Bedrock and OpenSearch