Steph Angelesstephangeles.hashnode.dev·Jan 31, 2025Building a Daily Task Scheduler with AWS PartyRockPartyRock is a platform by Amazon Bedrock that allows users to build simple apps using generative AI, eliminating the need for coding. Steps: Come up with a fun, simple idea to help with your tasks. (In this case, we’ll create a simple daily task p...1 likeAWS
shishir srivastavshishirslearningjourney.hashnode.dev·Jan 13, 2025Ultimate Guide to Retrieval-Augmented Generation (RAG)What is RAG? Retrieval-augmented generation (RAG) is a machine learning framework that synergizes the power of retrieval-based systems with generative models such as GPT, BERT, or other Large Language Models (LLMs). Unlike traditional generative mode...32 readsGenerative AIRAG
Pawan Kumardevopsapk.hashnode.dev·Nov 14, 2024Mastering AI Development with Amazon Bedrock: Techniques for Advanced Prompt Engineering and Fine-TuningIn the rapidly evolving world of AI, Amazon Bedrock stands out as a powerful tool for building applications with foundation models (FMs). This article explores how to maximize the potential of FMs using advanced techniques like prompt engineering, fi...1 likeAWS Bedrock
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...178 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...74 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...55 readsAWS
Prakash Agrawalprakashagrawal.hashnode.dev·Aug 21, 2024AWS Bedrock Generate Movie Poster DesignA. Design for AWS Bedrock Movie Poster application First step: End user will send a prompt to API Gateway on what kind of movie poster is to be designed Second step: API Gateway will send the prompt as Event to the Lambda function Third step: Lam...AWS 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...481 readsopenai
Greg Wilsongregwilson.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...37 likes·3.8K 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...1 like·43 readsAWS