Published onMay 3, 2024How to Deploy Bedrock Agents using AWS CDKllmagentsbedrockLast week a bedrock agent was deployed manually in AWS Console. Let's now do it the smart way, with Infrastructure as Code using AWS CDK
Published onApril 26, 2024AI Agents with AWS Bedrock (Claude-3 Haiku LLM)llmagentsbedrockA few weeks ago, I used Google's Gemini LLM for function calling. let's see how it works with AWS Bedrock and Anthropic's Claude
Published onMarch 25, 2024Function Calling with Google's Gemini LLMllmagentsgeminiWhen you need an LLM to access new information, LLM function calling is here to help. Let's explore how to use the Gemini function calling to access real information.