-
Amazon OpenSearch Service’s vector database capabilities explained | AWS Big Data Blog
- RAG is a method for building trustworthy generative AI chatbots using generative LLMs like OpenAI, ChatGPT, or Amazon Titan Text. With the rise of generative LLMs, application developers are looking for ways to take advantage of this innovative technology. One popular use case involves delivering conversational experiences through intelligent agents. Perhaps you’re a software provider with knowledge bases for product information, customer self-service, or industry domain knowledge like tax reporting rules or medical information about diseases and treatments. A conversational search experience provides an intuitive interface for users to sift through information through dialog and Q&A. Generative LLMs on their own are prone to hallucinations—a situation where the model generates a believable but factually incorrect response. RAG solves this problem by complementing generative LLMs with an external knowledge base that is typically built using a vector database hydrated with vector-encoded knowledge articles.
-
-
AWS Containers Blog (ContainersBlog.WebHome) - XWiki
- The purpose of the AWS Container Blog is to highlight architectural guidance and best practices for readers of the AWS Container blogs.
-
-
Provisioners | Terraform | HashiCorp Developer
- If a creation-time provisioner fails, the resource is marked as tainted. A tainted resource will be planned for destruction and recreation upon the next
terraform apply
-
-
Command: init | Terraform | HashiCorp Developer
- During init, the configuration is searched for
moduleblocks, and the source code for referenced modules is retrieved from the locations given in theirsourcearguments.
-
-
Terraform Associate Exam - Free Actual Q&As, Page 18 | ExamTopics
- True
- If a Terraform creation-time provisioner fails, what will occur by default?
-
Friday, March 22, 2024
diigo.to.shak.blogspot.dailiy. 03/22/2024
Wednesday, March 20, 2024
diigo.to.shak.blogspot.dailiy. 03/20/2024
-
Creating Lambda Layers with TypeScript and CDK – The Right Way – Shawn Torsitano
- Creating Lambda Layers with TypeScript and CDK – The Right Way
-
Wednesday, March 13, 2024
Tuesday, March 12, 2024
diigo.to.shak.blogspot.dailiy. 03/12/2024
-
Ultimate Guide to Terraform: From Beginner to Expert — Zero to Devops
- Ansible, Chef and Puppet are configuration management tools which means they are primarily designed to install and manage software on existing server
- In Terraform there are certain providers that are either "Hashicorp Maintained" (AWS, Azure etc.) or "Non-Hashicorp Maintained". Below is best practice syntax for establishing providers in your Terraform, notice how there are two blocks, one for what providers are required and another for each provider specific config.
- Terraform Variables Basics
- Local ValuesLocal values assign a name to an expression, allowing it to be used multiple times within a module without repeating it.
- Load Order and File Structure
- Dynamic Blocks
- Notice how we define the iterator as port now instead of being ingress.value it is port.value. This can make dynamic blocks easier to read and understand.
- What if you want multiple different dynamic values in one dynamic block?
- Variables and Terraform Modules
- Terraform Remote Backend
- With one shared state file every time an apply is done the state file is locked so two apply processes can not be run at the same time.Using a remote backend for state files is the recommended process for collaborative environments. Nearly all businesses using Terraform use remote backend for state files.
-
-
Authenticating Email with DKIM in Amazon SES - Amazon Simple Email Service
- Setting up Easy DKIM for a verified domain identity
-
-
Authenticating Email with DKIM in Amazon SES - Amazon Simple Email Service
-
The message must have a valid DKIM signature and passes the DKIM check.
-
The domain specified in the DKIM signature must align (match) with the domain in the From address. If the domain's DMARC policy specifies strict alignment for DKIM, these domains must match exactly (SES uses a strict DKIM policy by default).
- Complying with DMARC through DKIM
-
Friday, March 8, 2024
diigo.to.shak.blogspot.dailiy. 03/08/2024
-
A Comprehensive Guide to Migrating from Apigee Edge to Apigee X | LTIMindtree Blog
- A Comprehensive Guide to Migrating from Apigee Edge to Apigee X
-
-
Scale your Amazon ECS using different AWS native services! | Containers
ecs blog
- Scale your Amazon ECS using different AWS native services!
-
-
- Cloud-Free-Tier-Comparison
- Cloud Service Providers Free Tier Overview
-
Thursday, March 7, 2024
diigo.to.shak.blogspot.dailiy. 03/07/2024
-
- The thing is, most leaders think culture is about values and mission statements.
- culture is about the way people feel about working for you. It's about their relationship to their work and the people they do that work with -- especially their leaders.
-
-
Migrating to Amazon API Gateway: A Datalex success story | AWS Cloud Operations & Migrations Blog
- with their API provider
- This blog post explains how Datalex migrated REST APIs from another provider across all environments to AWS within two weeks and realized a savings of almost 98%.
-
Wednesday, March 6, 2024
diigo.to.shak.blogspot.dailiy. 03/06/2024
-
How to Install Node.js on Ubuntu 22.04 | Cherry Servers
- Step 1: Install Node Version Manager or NVM by running the below command in the terminal:
- Now, Activate the NVM using the below command:
- nvm install --lts
-
Shak.blog.notes 08/20/2024
Thinking Like an Architect - InfoQ tags: blog ...
-
# awk based script to calculate the latency of FIX protocoll messages. # usage: awk -f $someroot/ackdelta.awk [VERBOSE=1] [STAT=1] $some...
-
Author: Sakthivel Kathirvel Created: Apr 2006 Last Updated: Jan 2015 [grep] grep -rain grep -Pain grep -inverse grep -Pai...