Skip to content

Commit a13aaf0

Browse files
committed
updated arch diagram and description
1 parent c95b549 commit a13aaf0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

20-Industry-Use-Cases/22-Medical-Claims-Processing/22_medical_claims_processing.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
"id": "a7f3f1e9-684e-428d-9598-a018da023dfc",
3535
"metadata": {},
3636
"source": [
37-
"The architecture for the solution is shown below. The process begins with a Medical Claim Form (CMS 1500) received from a medical provider -\n",
37+
"\n",
3838
"\n",
3939
"### Claim Review Process\n",
40+
"The architecture for the claim review solution is shown below. The process begins with a Medical Claim Form (CMS 1500) received from a medical provider -\n",
4041
"\n",
4142
"- **Step 1:** Medical provider submits the claim, which is stored in an S3 bucket.\n",
4243
"\n",
@@ -54,8 +55,8 @@
5455
"- **Step 13:** Bedrock Agent create a final report to detail the validation process and stores the report in S3\n",
5556
"\n",
5657
"\n",
57-
"### Claim Policy Knowledge Ingestion Process\n",
58-
"The Knowledge Base is used for Retrieval Augmented Generation (RAG), a technique that uses information from data sources to improve the relevancy and accuracy of generated responses. In this example, the knowledge base converts claim policy documents in pdf format into vector embeddings and stored in a vector store (Amazon Opensearch serverless vector index). This process of converting the data into vector embeddings is called ingestion. The Ingestion process is carried out to make the knowledge base ready to be queried by the agent (or humans). \n",
58+
"### Claim Policy Knowledge Base Ingestion Process\n",
59+
"The Bedrock Knowledge Base is used for Retrieval Augmented Generation (RAG), a technique that uses information from data sources to improve the relevancy and accuracy of generated responses. In this example, the knowledge base converts claim policy documents in pdf format into vector embeddings and stores them in a vector store (Amazon Opensearch serverless vector index). This process of converting the data into vector embeddings is called ingestion. The Ingestion process is carried out to make the knowledge base ready to be queried by the agent (or humans). \n",
5960
"\n",
6061
"[More details on the Ingestion process](https://docs.aws.amazon.com/bedrock/latest/userguide/kb-how-data.html)\n",
6162
"\n",

0 commit comments

Comments
 (0)