Skip to content

Commit 867508a

Browse files
committed
updated Readme files
Signed-off-by: Noel Jaymon <[email protected]>
2 parents e862b84 + 195e06f commit 867508a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ArbPostHearingAssistant/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ The Arbitration Post-Hearing Assistant is a GenAI-based module designed to proce
1010

1111
## Architecture
1212

13-
The architecture of the Document Summarization Application is illustrated below:
13+
The architecture of the ArbPostHearingAssistant Application is illustrated below:
1414

1515
![Architecture](./assets/img/arbitration_architecture.png)
1616

17-
The DocSum example is implemented using the component-level microservices defined in [GenAIComps](https://github.com/opea-project/GenAIComps).
17+
The ArbPostHearingAssistant example is implemented using the component-level microservices defined in [GenAIComps](https://github.com/opea-project/GenAIComps).
1818

1919
## Deployment Options
2020

2121
The table below lists currently available deployment options. They outline in detail the implementation of this example on selected hardware.
2222

2323
| Category | Deployment Option | Description |
2424
| ---------------------- | ---------------------- | -------------------------------------------------------------- |
25-
| On-premise Deployments | Docker Compose (Xeon) | [DocSum deployment on Xeon](./docker_compose/intel/cpu/xeon) |
26-
| | Docker Compose (Gaudi) | [DocSum deployment on Gaudi](./docker_compose/intel/hpu/gaudi) |
25+
| On-premise Deployments | Docker Compose (Xeon) | [ArbPostHearingAssistant deployment on Xeon](./docker_compose/intel/cpu/xeon) |
26+
| | Docker Compose (Gaudi) | [ArbPostHearingAssistant deployment on Gaudi](./docker_compose/intel/hpu/gaudi) |
2727

2828

2929
## Validated Configurations

ArbPostHearingAssistant/README_miscellaneous.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Build MegaService Docker Image
1010

11-
To construct the Megaservice of DocSum, the [GenAIExamples](https://github.com/opea-project/GenAIExamples.git) repository is utilized. Build MegaService Docker image via command below:
11+
To construct the Megaservice of ArbPostHearingAssistant, the [GenAIExamples](https://github.com/opea-project/GenAIExamples.git) repository is utilized. Build MegaService Docker image via command below:
1212

1313
```bash
1414
git clone https://github.com/opea-project/GenAIExamples.git
@@ -31,7 +31,7 @@ Some HuggingFace resources, such as certain models, are only accessible if the d
3131

3232
## Troubleshooting
3333

34-
1. If you get errors like "Access Denied", [validate micro service](https://github.com/opea-project/GenAIExamples/tree/main/DocSum/docker_compose/intel/cpu/xeon/README.md#validate-microservices) first. A simple example:
34+
1. If you get errors like "Access Denied", [validate micro service](https://github.com/opea-project/GenAIExamples/tree/main/ArbPostHearingAssistant/docker_compose/intel/cpu/xeon/README.md#validate-microservices) first. A simple example:
3535

3636
```bash
3737
http_proxy=""

0 commit comments

Comments
 (0)