bedrock-kb-rag-workshop — Agent Tool by aws-samples

by aws-samples · Agent Tool · ★ 64

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About bedrock-kb-rag-workshop

Retrieval Augmented Generation using Amazon Bedrock This repository provides sample code for implementing a question answering application using the Retrieval Augmented Generation (RAG) technique with Amazon Bedrock. A RAG implementation consists of two parts: A data pipeline that ingests that from documents (typically stored in Amazon S3) into a knowledge base i.e. a vector database such as Amazon OpenSearch Service Serverless (AOSS) so that it is available for lookup when a question is received. An application that receives a question from the user, looks up the knowledge base for relevant pieces of information (context) and then creates a prompt that includes the question and the context and provides it to an LLM for generating a response. The data pipeline represents an undifferentiated heavy lifting and can be implemented using Amazon Bedrock Agents for knowledge Base. We can now connect an S3 bucket to a vector database such as AOSS and have a Bedrock Agent read the objects (html, pdf, text etc.), chunk them, and then convert these chunks into embeddings using Amazon Titan Embeddings model and then store these embeddings in AOSS.

amazon-bedrockbedrockclaude2knowledge-basellmllm-agentopensearch-serverlessragvector-database

Quick Facts

Stars64
Forks11
LanguageHTML
CategoryAgent Tool
LicenseMIT-0
Quality Score35.25/100
Open Issues2
Last Updated2024-04-01
Created2023-10-02
Platformsclaude-code
Est. Tokens~1189k

Compatible Skills

These tools work well together with bedrock-kb-rag-workshop for enhanced workflows:

  • ctxvault — semantic(0.21)+complementary+rare_topics+similar_pop+shared_platform (51%)
  • knowledge-rag — semantic(0.22)+complementary+rare_topics+similar_pop+shared_platform (47%)
  • kirby-mcp — semantic(0.21)+complementary+rare_topics+similar_pop+shared_platform (47%)
  • FirstData — semantic(0.30)+complementary+rare_topics+similar_pop (45%)

bedrock-kb-rag-workshop alternative? Top 6 similar tools

Looking for a bedrock-kb-rag-workshop alternative? If you're comparing bedrock-kb-rag-workshop with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.

  • Fast-LLM-Agent-MCP by omerbsezer · ⭐ 79

    This repo covers LLM, Agents, MCP Tools, Skills concepts with sample codes: LangChain & LangGraph, AWS Strands

  • awesome-langchain-zh by microxxx · ⭐ 138

    langchain 工具,流程设计组件,服务,代理以及相关学习文档的合集(agent,service,tutorials,flow-design)

  • lucid-memory by JasonDocton · ⭐ 128

    Memory for AI that works like yours—local, instant, persistent. 13x faster than Pinecone, 5x leaner than RAG.

  • ai-microcore by Nayjest · ⭐ 106

    A handy lib for smooth interaction with large language models (LLMs) and crafting AI apps.

  • gno by gmickel · ⭐ 90

    Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST AP

  • quickstart-streaming-agents by confluentinc · ⭐ 83

    Build, deploy, and orchestrate event-driven agents natively on Apache Flink® and Apache Kafka®

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular HTML Agent Tools

Frequently Asked Questions

What is bedrock-kb-rag-workshop?

bedrock-kb-rag-workshop is Bedrock Knowledge Base and Agents for Retrieval Augmented Generation (RAG). It is categorized as a Agent Tool with 64 GitHub stars.

What programming language is bedrock-kb-rag-workshop written in?

bedrock-kb-rag-workshop is primarily written in HTML. It covers topics such as amazon-bedrock, bedrock, claude2.

How do I install or use bedrock-kb-rag-workshop?

You can find installation instructions and usage details in the bedrock-kb-rag-workshop GitHub repository at github.com/aws-samples/bedrock-kb-rag-workshop. The project has 64 stars and 11 forks, indicating an active community.

What license does bedrock-kb-rag-workshop use?

bedrock-kb-rag-workshop is released under the MIT-0 license, making it free to use and modify according to the license terms.

What are the best alternatives to bedrock-kb-rag-workshop?

The top alternatives to bedrock-kb-rag-workshop on Agent Skills Hub include Fast-LLM-Agent-MCP, awesome-langchain-zh, lucid-memory. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.

View on GitHub → Browse Agent Tool tools