amazon-bedrock-rag and simplified-corrective-rag

These are ecosystem siblings, as both demonstrate different approaches to implementing RAG solutions with Amazon Bedrock, but **A** presents a fully managed solution leveraging Knowledge Bases while **B** showcases a more advanced "Corrective RAG" technique also using Agents for Amazon Bedrock.

amazon-bedrock-rag
58
Established
Maintenance 10/25
Adoption 10/25
Maturity 16/25
Community 22/25
Maintenance 0/25
Adoption 6/25
Maturity 16/25
Community 15/25
Stars: 195
Forks: 52
Downloads:
Commits (30d): 0
Language: JavaScript
License: MIT-0
Stars: 16
Forks: 4
Downloads:
Commits (30d): 0
Language: Jupyter Notebook
License: MIT-0
No Package No Dependents
Stale 6m No Package No Dependents

About amazon-bedrock-rag

aws-samples/amazon-bedrock-rag

Fully managed RAG solution implemented using Knowledge Bases for Amazon Bedrock

This project helps you build a custom chatbot that can answer questions using your own private documents or website content. You provide your proprietary information, and the chatbot generates accurate answers, citing its sources from your data, instead of relying solely on generic internet knowledge. This is ideal for knowledge managers, customer support leads, or anyone needing to make internal company data or specific domain knowledge easily searchable and consumable through a conversational AI.

knowledge-management customer-support-automation enterprise-search document-intelligence information-retrieval

About simplified-corrective-rag

aws-samples/simplified-corrective-rag

How to build a simplified Corrective RAG assistant with Amazon Bedrock using LLMs, Embeddings model, Knowledge Bases for Amazon Bedrock, and Agents for Amazon Bedrock.

This project helps developers build more reliable AI assistants by addressing a common problem where large language models (LLMs) might 'hallucinate' or provide incorrect information. It takes an existing knowledge base and a user query, and if the knowledge base doesn't have the answer, it automatically performs a web search to find accurate information. This is for AI solution architects or machine learning engineers building generative AI applications who need to ensure accuracy.

AI application development Generative AI accuracy Large Language Model (LLM) reliability AWS Bedrock solutions Information retrieval

Scores updated daily from GitHub, PyPI, and npm data. How scores work