.NET on AWS Blog
Category: HAQM Bedrock
Serverless solution to summarize text using HAQM Bedrock Converse API in .NET
Introduction Imagine you want to create intelligent text summarization tools without managing infrastructure. How can you efficiently build AI-powered solutions that can transform lengthy documents into concise summaries? HAQM Bedrock, a fully managed service from AWS, addresses this challenge by optimizing text summarization through its Converse API. The Converse API provides a standardized interface for […]
Build a .NET Context-Aware Generative AI Chatbot using HAQM Bedrock and LangChain
Generative AI is taking chatbots to the next level by empowering them to engage in human-like dialogues. These advanced conversational agents understand and respond to complex queries, provide personalized assistance, and even generate creative content. This blog post shows how to build a context-aware chatbot using HAQM Bedrock and LangChain in a .NET environment. The choice […]
Implementing Semantic Search using HAQM Bedrock and RDS for PostgreSQL in .NET
Introduction Large language models (LLMs) are driving the rapid growth of semantic search applications. Semantic search understands both user intent and content context, rather than just matching keywords. LLMs enhance this capability through their advanced language processing abilities. These AI models can process multiple content formats, including text, images, audio, and video. The users receive […]
Empowering .NET Developers: C# in HAQM SageMaker Jupyter Notebooks using HAQM Bedrock
Razvan Pat contributed to this article. Introduction As .NET developers, we often find ourselves at a crossroads when venturing into the world of machine learning and AI. While Python dominates this space, what if you could leverage your C# skills in a powerful machine learning (ML) environment? That’s exactly what we’re exploring today: how to […]
Generate images using HAQM Bedrock with stability diffusion model in .NET
Introduction HAQM Bedrock is a fully-managed serverless service which provides high-performing Foundation Models (FMs) from leading AI companies like AI21 Labs, Anthropic, Cohere, Meta, Mistral AI, and Stability AI. HAQM Bedrock offers developers the flexibility to select the most suitable Generative AI model based on their specific requirements. You can build generative artificial intelligence (AI) applications […]
Building a Conversational Document Bot on HAQM Bedrock and HAQM Textract with .NET Windows Forms
Introduction The growth in developing and launching Generative AI solutions is unprecedented. Most content available to help developers is in Python. While this may be the majority, many developers maintain and evolve long-lasting lines of business applications developed on .NET. Enterprises have invested a lot into these legacy applications, and it would be difficult for […]