aws-samples / serverless-rag-demo

Amazon Bedrock Foundation models with Amazon Opensearch Serverless as a Vector DB
https://aws.amazon.com/blogs/big-data/build-scalable-and-serverless-rag-workflows-with-a-vector-engine-for-amazon-opensearch-serverless-and-amazon-bedrock-claude-models/
MIT No Attribution
147 stars 47 forks source link

Sample agents -> main #82

Closed Fraser27 closed 7 months ago

Fraser27 commented 7 months ago

Support for Agents and tool-sets

An Agent (Weather Agent/ Hotel Booking agent) can have a multiple tools at their disposable. We've now added the ability for a Claude3 model to invoke functions to perform different tasks.

We written the Hotel Booking flow as a set of instructions to Claude3. Based on the booking flow , Claude3 will decide which functions to invoke.