[HTML payload içeriği buraya]
29.9 C
Jakarta
Monday, May 18, 2026

New Amazon Bedrock capabilities improve information processing and retrieval


Voiced by Polly

Immediately, Amazon Bedrock introduces 4 enhancements that streamline how one can analyze information with generative AI:

Amazon Bedrock Knowledge Automation (preview) – A totally managed functionality of Amazon Bedrock that streamlines the technology of useful insights from unstructured, multimodal content material equivalent to paperwork, photos, audio, and movies. With Amazon Bedrock Knowledge Automation, you possibly can construct automated clever doc processing (IDP), media evaluation, and Retrieval-Augmented Era (RAG) workflows rapidly and cost-effectively. Insights embody video summaries of key moments, detection of inappropriate picture content material, automated evaluation of advanced paperwork, and rather more. You’ll be able to customise outputs to tailor insights into your particular enterprise wants. Amazon Bedrock Knowledge Automation can be utilized as a standalone function or as a parser when establishing a information base for RAG workflows.

Amazon Bedrock Information Bases now processes multimodal information –To assist construct functions that course of each textual content and visible parts in paperwork and pictures, you possibly can configure a information base to parse paperwork utilizing both Amazon Bedrock Knowledge Automation or use a basis mannequin (FM) because the parser. Multimodal information processing can enhance the accuracy and relevancy of the responses you get from a information base which incorporates info embedded in each photos and textual content.

Amazon Bedrock Information Bases now helps GraphRAG (preview) – We now provide one of many first fully-managed GraphRAG capabilities. GraphRAG enhances generative AI functions by offering extra correct and complete responses to finish customers through the use of RAG methods mixed with graphs.

Amazon Bedrock Information Bases now helps structured information retrieval – This functionality extends a information base to assist pure language querying of knowledge warehouses and information lakes in order that functions can entry enterprise intelligence (BI) by conversational interfaces and enhance the accuracy of the responses by together with important enterprise information. Amazon Bedrock Information Bases offers one of many first fully-managed out-of-the-box RAG options that may natively question structured information from the place it resides. This functionality helps break information silos throughout information sources and accelerates constructing generative AI functions from over a month to just some days.

These new capabilities make it simpler to construct complete AI functions that may course of, perceive, and retrieve info from structured and unstructured information sources. For instance, a automotive insurance coverage firm can use Amazon Bedrock Knowledge Automation to automate their claims adjudication workflow to cut back the time taken to course of car claims, enhancing the productiveness of their claims division.

Equally, a media firm can analyze TV exhibits and extract insights wanted for sensible commercial placement equivalent to scene summaries, trade commonplace promoting taxonomies (IAB), and firm logos. A media manufacturing firm can generate scene-by-scene summaries and seize key moments of their video belongings. A monetary companies firm can course of advanced monetary paperwork containing charts and tables and use GraphRAG to know relationships between totally different monetary entities. All these corporations can use structured information retrieval to question their information warehouse whereas retrieving info from their information base.

Let’s take a better have a look at these options.

Introducing Amazon Bedrock Knowledge Automation
Amazon Bedrock Knowledge Automation is a functionality of Amazon Bedrock that simplifies the method of extracting useful insights from multimodal, unstructured content material, equivalent to paperwork, photos, movies, and audio recordsdata.

Amazon Bedrock Knowledge Automation offers a unified, API-driven expertise that builders can use to course of multimodal content material by a single interface, eliminating the necessity to handle and orchestrate a number of AI fashions and companies. With built-in safeguards, equivalent to visible grounding and confidence scores, Amazon Bedrock Knowledge Automation helps promote the accuracy and trustworthiness of the extracted insights, making it simpler to combine into enterprise workflows.

Amazon Bedrock Knowledge Automation helps 4 modalities (paperwork, photos, video, and audio). When utilized in an utility, all modalities use the identical asynchronous inference API, and outcomes are written to an Amazon Easy Storage Service (Amazon S3) bucket.

For every modality, you possibly can configure the output based mostly in your processing wants and generate two varieties of outputs:

Normal output – With commonplace output, you get predefined default insights which might be related to the enter information kind. Examples embody semantic illustration of paperwork, summaries of movies by scene, audio transcripts and extra. You’ll be able to configure which insights you need to extract with just some steps.

Customized output – With customized output, you’ve the flexibleness to outline and specify your extraction wants utilizing artifacts known as “blueprints” to generate insights tailor-made to your corporation wants. You may also rework the generated output into a selected format or schema that’s appropriate along with your downstream methods equivalent to databases or different functions.

Normal output can be utilized with all codecs (audio, paperwork, photos, and movies). In the course of the preview, customized output can solely be used with paperwork and pictures.

Each commonplace and customized output configurations might be saved in a undertaking to reference within the Amazon Bedrock Knowledge Automation inference API. A undertaking might be configured to generate each commonplace output and customized output for every processed file.

Let’s have a look at an instance of processing a doc for each commonplace and customized outputs.

Utilizing Amazon Bedrock Knowledge Automation
On the Amazon Bedrock console, I select Knowledge Automation within the navigation pane. Right here, I can overview how this functionality works with just a few pattern use circumstances.

Console screenshot.

Then, I select Demo within the Knowledge Automation part of the navigation pane. I can do this functionality utilizing one of many offered pattern paperwork or by importing my very own. For instance, let’s say I’m engaged on an utility that should course of beginning certificates.

I begin by importing a beginning certificates to see the usual output outcomes. The primary time I add a doc, I’m requested to substantiate to create an S3 bucket to retailer the belongings. After I have a look at the usual output, I can tailor the consequence with just a few fast settings.

Console screenshot.

I select the Customized output tab. The doc is acknowledged by one of many pattern blueprints and knowledge is extracted throughout a number of fields.

Console screenshot.

A lot of the information for my utility is there however I want just a few customizations. For instance, the date the beginning certificates was issued (JUNE 10, 2022) is in a unique format than the opposite dates within the doc. I additionally want the state that issued the certificates and a few flags that inform me if the kid final identify matches the one from the mom or the daddy.

A lot of the fields within the earlier blueprint use the Specific extraction kind. Which means they’re extracted as they’re from the doc.

If I need a date in a selected format, I can create a brand new area utilizing the Inferred extraction kind and add directions on easy methods to format the consequence ranging from the content material of the doc. Inferred extractions can be utilized to carry out transformations, equivalent to date or Social Safety quantity (SSN) format, or validations, for instance, to test if an individual is over 21 based mostly on at the moment’s date.

Pattern blueprints can’t be edited. I select Duplicate blueprint to create a brand new blueprint that I can edit after which Add area from the Fields drop down.

I add 4 fields with extraction kind Inferred and these directions:

  1. The date the beginning certificates was issued in MM/DD/YYYY format
  2. The state that issued the beginning certificates 
  3. Is ChildLastName equal to FatherLastName
  4. Is ChildLastName equal to MotherLastName

The primary two fields are strings and the final two booleans.

Console screenshot.

After I create the brand new fields, I can apply the brand new blueprint to the doc I beforehand uploaded.

I select Get consequence and search for the brand new fields within the outcomes. I see the date formatted as I want, the 2 flags, and the state.

Console screenshot.

Now that I’ve created this tradition blueprint tailor-made to the wants of my utility, I can add it to a undertaking. I can affiliate a number of blueprints with a undertaking for the totally different doc varieties I need to course of, equivalent to a blueprint for passports, a blueprint for beginning certificates, a blueprint for invoices, and so forth. When processing paperwork, Amazon Bedrock Knowledge Automation matches every doc to a blueprints inside the undertaking to extract related info.

I may also create a brand new blueprint kind scratch. In that case, I can begin with a immediate the place I declare any fields I look forward to finding within the uploaded doc and carry out normalizations or validations.

Amazon Bedrock Knowledge Automation may also course of audio and video recordsdata. For instance, right here’s the usual output when importing a video from a keynote presentation by Swami Sivasubramanian VP, AI and Knowledge at AWS.

Console screenshot.

It takes a couple of minutes to get the output. The outcomes embody a summarization of the general video, a abstract scene by scene, and the textual content that seems through the video. From right here, I can toggle the choices to have a full audio transcript, content material moderation, or Interactive Promoting Bureau (IAB) taxonomy.

I may also use Amazon Bedrock Knowledge Automation as a parser when making a information base to extract insights from visually wealthy paperwork and pictures, for retrieval and response technology. Let’s see that within the subsequent part.

Utilizing multimodal information processing in Amazon Bedrock Information Bases
Multimodal information processing assist permits functions to know each textual content and visible parts in paperwork.

With multimodal information processing, functions can use a information base to:

  • Retrieve solutions from visible parts along with current assist of textual content.
  • Generate responses based mostly on the context that features each textual content and visible information.
  • Present supply attribution that references visible parts from the unique paperwork.

When making a information base within the Amazon Bedrock console, I now have the choice to pick Amazon Bedrock Knowledge Automation as Parsing technique.

After I choose Amazon Bedrock Knowledge Automation as parser, Amazon Bedrock Knowledge Automation handles the extraction, transformation, and technology of insights from visually wealthy content material, whereas Amazon Bedrock Information Bases manages ingestion, retrieval, mannequin response technology, and supply attribution.

Alternatively, I can use the prevailing Basis fashions as a parser choice. With this selection, there’s now assist for Anthropic’s Claude 3.5 Sonnet as parser, and I can use the default immediate or modify it to go well with a selected use case.

Console screenshot.

Within the subsequent step, I specify the Multimodal storage vacation spot on Amazon S3 that will probably be utilized by Amazon Bedrock Information Bases to retailer photos extracted from my paperwork within the information base information supply. These photos might be retrieved based mostly on a person question, used to generate the response, and cited within the response.

Console screenshot.

When utilizing the information base, the data extracted by Amazon Bedrock Knowledge Automation or FMs as parser is used to retrieve details about visible parts, perceive charts and diagrams, and supply responses that reference each textual and visible content material.

Utilizing GraphRAG in Amazon Bedrock Information Bases
Extracting insights from scattered information sources presents vital challenges for RAG functions, requiring multi-step reasoning throughout these information sources to generate related responses. For instance, a buyer would possibly ask a generative AI-powered journey utility to determine family-friendly seaside locations with direct flights from their dwelling location that additionally provide good seafood eating places. This requires a linked workflow to determine appropriate seashores that different households have loved, match these to flight routes, and choose highly-rated native eating places. A conventional RAG system might battle to synthesize all these items right into a cohesive advice as a result of the data lives in disparate sources and isn’t interlinked.

Information graphs can tackle this problem by modeling advanced relationships between entities in a structured means. Nevertheless, constructing and integrating graphs into an utility requires vital experience and energy.

Amazon Bedrock Information Bases now provides one of many first absolutely managed GraphRAG capabilities that enhances generative AI functions by offering extra correct and complete responses to finish customers through the use of RAG methods mixed with graphs.

When making a information base, I can now allow GraphRAG in just some steps by selecting Amazon Neptune Analytics as database, routinely producing vector and graph representations of the underlying information, entities and their relationships, and decreasing improvement effort from a number of weeks to just some hours.

I begin the creation of recent information base. Within the Vector database part, when creating a brand new vector retailer, I choose Amazon Neptune Analytics (GraphRAG). If I don’t need to create a brand new graph, I can present an current vector retailer and choose a Neptune Analytics graph from the listing. GraphRAG makes use of Anthropic’s Claude 3 Haiku to routinely construct graphs for a information base.

Console screenshot.

After I full the creation of the information base, Amazon Bedrock routinely builds a graph, linking associated ideas and paperwork. When retrieving info from the information base, GraphRAG traverses these relationships to supply extra complete and correct responses.

Utilizing structured information retrieval in Amazon Bedrock Information Bases
Structured information retrieval permits pure language querying of databases and information warehouses. For instance, a enterprise analyst would possibly ask, “What had been our top-selling merchandise final quarter?” and the system routinely generates and runs the suitable SQL question for an information warehouse saved in an Amazon Redshift database.

When making a information base, I now have the choice to make use of a structured information retailer.

Console screenshot.

I enter a reputation and outline for the information base. In Knowledge supply particulars, I take advantage of Amazon Redshift as Question engine. I create a brand new AWS Id and Entry Administration (IAM) service function to handle the information base sources and select Subsequent.

Console screenshot.

I select Redshift serverless in Connection choices and the Workgroup to make use of. Amazon Redshift provisioned clusters are additionally supported. I take advantage of the beforehand created IAM function for Authentication. Storage metadata might be managed with AWS Glue Knowledge Catalog or straight inside an Amazon Redshift database. I choose a database from the listing.

Console screenshot.

Within the configuration of the information base, I can outline the utmost period for a question and embody or exclude entry to tables or columns. To enhance the accuracy of question technology from pure language, I can optionally add an outline for tables and columns and a listing of curated queries that gives sensible examples of easy methods to translate a query right into a SQL question for my database. I select Subsequent, overview the settings, and full the creation of the information base

After a couple of minutes, the information base is prepared. As soon as synced, Amazon Bedrock Information Bases handles producing, operating, and formatting the results of the question, making it simple to construct pure language interfaces to structured information. When invoking a information base utilizing structured information, I can ask to solely generate SQL, retrieve information, or summarize the info in pure language.

Issues to know
These new capabilities can be found at the moment within the following AWS Areas:

  • Amazon Bedrock Knowledge Automation is on the market in preview in US West (Oregon).
  • Multimodal information processing assist in Amazon Bedrock Information Bases utilizing Amazon Bedrock Knowledge Automation as parser is on the market in preview in US West (Oregon). FM as a parser is on the market in all Areas the place Amazon Bedrock Information Bases is obtainable.
  • GraphRAG in Amazon Bedrock Information Bases is on the market in preview in all business Areas the place Amazon Bedrock Information Bases and Amazon Neptune Analytics are supplied.
  • Structured information retrieval is on the market in Amazon Bedrock Information Bases in all business Areas the place Amazon Bedrock Information Bases is obtainable.

As normal with Amazon Bedrock, pricing is predicated on utilization:

  • Amazon Bedrock Knowledge Automation costs per photos, per web page for paperwork, and per minute for audio or video.
  • Multimodal information processing in Amazon Bedrock Information Bases is charged based mostly on the usage of both Amazon Bedrock Knowledge Automation or the FM as parser.
  • There is no such thing as a further price for utilizing GraphRAG in Amazon Bedrock Information Bases however you pay for utilizing Amazon Neptune Analytics because the vector retailer. For extra info, go to Amazon Neptune pricing.
  • There’s an extra price when utilizing structured information retrieval in Amazon Bedrock Information Bases.

For detailed pricing info, see Amazon Bedrock pricing.

Every functionality can be utilized independently or together. Collectively, they make it simpler and quicker to construct functions that use AI to course of information. To get began, go to the Amazon Bedrock console. To be taught extra, you possibly can entry the Amazon Bedrock documentation and ship suggestions to AWS re:Put up for Amazon Bedrock. You will discover deep-dive technical content material and uncover how our Builder communities are utilizing Amazon Bedrock at neighborhood.aws. Tell us what you construct with these new capabilities!

Danilo



Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles