Skip to content

Commit

Permalink
asynchronous sample readme and sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Doty committed Apr 19, 2024
1 parent c8cbdc0 commit 31a6d68
Show file tree
Hide file tree
Showing 7 changed files with 408,909 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ This repository contains sample code demonstrating various use cases leveraging
16. **Amazon-Bedrock-Langchain-RAG-POC:**
This sample implements a RAG-based architecture with Amazon Bedrock Knowledge Bases using Langchain to help orchestrate the retrieval of information from the knowledge base. This allows users to ask questions against documents stored in an Amazon Bedrock Knowledge Base using Amazon Bedrock, and Langchain as an orchestrator.
![Alt text](amazon-bedrock-langchain-rag-poc/images/demo.gif)
17. **Amazon-Bedrock-Asynchronous-Invocation-POC:**
This sample implements asynchronous invocations with Amazon Bedrock allowing users to make multiple simultaneous calls to Bedrock models to decrease overall latency. This allows users to ask questions against 3+ models simultaneously, demonstrating the decrease in latency by doing it asynchronously vs sequentially.
![Alt text](amazon-bedrock-asynchronous-invocation-poc/images/demo.gif)

## Prerequisites

Expand Down
Loading

0 comments on commit 31a6d68

Please sign in to comment.