Amador Criadoamatore.dev·Nov 4, 2024RAG Chatbot with Amazon Bedrock & LangChainIntroduction Large Language Models (LLMs) are revolutionizing how we interact with information, but they face challenges with accuracy and access to up-to-date data. Retrieval Augmented Generation (RAG) addresses these limitations by grounding the LL...Discuss·78 readsAWS Bedrock
Wiljeder Filhowiljeder.hashnode.dev·Sep 16, 2024Build Your Own Chatbot with AWS Bedrock and NestJS: A Step-by-Step GuideIntegrating a Generative AI model from AWS Bedrock into a NestJS-based chatbot API offers a powerful approach to building interactive applications. This guide simplifies the process, guiding you step-by-step from setting up your environment to creati...Discuss·58 readsnestjs
Neel Patelblog.neelbuilds.com·Sep 13, 2024Monitoring Amazon Bedrock with CloudWatchWhat is AWS bedrock? AWS Bedrock is a managed service that provides easy access to pre-trained generative AI models for tasks like text and image generation. It enables developers to build and scale AI-powered applications without needing deep machin...Discuss·39 readsAWS
Prakash Agrawalprakashagrawal.hashnode.dev·Aug 21, 2024AWS Bedrock Generate Movie Poster DesignA. Get Access to Foundation models in AWS Search for Bedrock in AWS Console, on the left side expand the bar and look for Model Access. Select the models as shown below to request model access. You can provide use case details for Anthropic base m...DiscussAWS Bedrock
Jonathan Barnettjonbarnett.hashnode.dev·Aug 21, 2024Tool Calling with the new Bedrock Converse API vs OpenAI🙀 This post is long. Take a look at the table of contents. After a brief explanation of the "tools" concept, followed by a quick comparison of the OpenAI Chat vs Converse APIs, this post includes verbose examples from 6 different APIs, showing the r...Discuss·201 readsopenai
Greg WilsonProgregwilson.tech·Aug 19, 2024FeaturedHow to Use Amazon Bedrock APIs for Anthropic Claude 3.5 Sonnet in PythonThe Anthropic APIs and Python SDK are solid, but they do have some limits that might make certain tasks challenging, especially as of this writing. There is an alternative path to using Anthropic's models - Amazon Bedrock. Amazon Bedrock now offers a...Carlos Gucci and 2 others are discussing this3 people are discussing thisDiscuss·37 likes·3.2K readsclaude.ai
Bekarecklessmaven.hashnode.dev·Aug 12, 2024Building an AI-Powered Resume Optimiser with AWS PartyRock: A Step-by-Step GuideIntroduction:Amazon PartyRock is an exciting new AI-powered application builder from AWS. In this guide, we'll create an AI-powered Resume Builder using AWS PartyRock. This application will help users craft personalised resumes by suggesting improvem...Discuss·1 like·27 readsAWS
Amelia Duttaameliadutta.hashnode.dev·Jul 7, 2024A Step-by-Step Guide to Create a Speaking Practice App with AWS BedrockHave you ever felt that rock climbing is easier than starting a conversation? Or does an unexpected speaking invitation make your mind go blank or cause you to sweat, even in November? If so, you're not alone. This is called Glossophobia or Speaking ...Discuss·77 readsAIForTomorrow
CloudGagsblog.cloudgags.in·Jun 8, 2024AWS Bedrock: Easy 3 Step Image Generation App GuideHello Everyone! Today we will learn how to create an image generation Ai based application in just 3 simple steps. Today we will be taking help of AWS Bedrock, Langchain, StreamLit and python based AWS Boto3 library to create the application. Follow ...DiscussAWS
CloudGagsblog.cloudgags.in·Jun 8, 2024AWS Bedrock: How to create a chat app using Boto3 Library?Hello guys, in this blog we will learn how can we create a simple chat application using AWS Bedrock and the AWS Boto3 python library. We will be creating a simple script which will take the prompt provided by the user as an input and will provide wi...DiscussAWS