You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChatQnA/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,11 +210,11 @@ Refer to the [NVIDIA GPU Guide](./docker/gpu/README.md) for more instructions on
210
210
211
211
### Deploy ChatQnA into Kubernetes on Xeon & Gaudi with GMC
212
212
213
-
Refer to the [Kubernetes Guide](./kubernetes/README.md) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi with GMC.
213
+
Refer to the [Kubernetes Guide](./kubernetes/intel/README_gmc.md) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi with GMC.
214
214
215
215
### Deploy ChatQnA into Kubernetes on Xeon & Gaudi without GMC
216
216
217
-
Refer to the [Kubernetes Guide](./kubernetes/manifests/README.md) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi without GMC.
217
+
Refer to the [Kubernetes Guide](./kubernetes/kubernetes/intel/README.md) for instructions on deploying ChatQnA into Kubernetes on Xeon & Gaudi without GMC.
218
218
219
219
### Deploy ChatQnA into Kubernetes using Helm Chart
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,17 @@ Deployment are based on released docker images by default, check [docker image l
37
37
38
38
#### Deploy Examples
39
39
40
-
| Use Case | Docker Compose<br/>Deployment on Xeon | Docker Compose<br/>Deployment on Gaudi | Kubernetes with GMC | Kubernetes with Manifests| Kubernetes with Helm Charts |
| ChatQnA |[Xeon Instructions](ChatQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](ChatQnA/docker_compose/intel/hpu/gaudi/README.md)|[ChatQnA with GMC](ChatQnA/kubernetes/README.md)|[ChatQnA with Manifests](ChatQnA/kubernetes/manifests/README.md)|[ChatQnA with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/chatqna/README.md)|
43
-
| CodeGen |[Xeon Instructions](CodeGen/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](CodeGen/docker_compose/intel/hpu/gaudi/README.md)|[CodeGen with GMC](CodeGen/kubernetes/README.md)|[CodeGen with Manifests](CodeGen/kubernetes/manifests/README.md)|[CodeGen with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codegen/README.md)|
44
-
| CodeTrans |[Xeon Instructions](CodeTrans/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](CodeTrans/docker_compose/intel/hpu/gaudi/README.md)|[CodeTrans with GMC](CodeTrans/kubernetes/README.md)|[CodeTrans with Manifests](CodeTrans/kubernetes/manifests/README.md)|[CodeTrans with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codetrans/README.md)|
45
-
| DocSum |[Xeon Instructions](DocSum/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](DocSum/docker_compose/intel/hpu/gaudi/README.md)|[DocSum with GMC](DocSum/kubernetes/README.md)|[DocSum with Manifests](DocSum/kubernetes/manifests/README.md)|[DocSum with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/docsum/README.md)|
46
-
| SearchQnA |[Xeon Instructions](SearchQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](SearchQnA/docker_compose/intel/hpu/gaudi/README.md)|[SearchQnA with GMC](SearchQnA/kubernetes/README.md)| Not Supported| Not Supported |
47
-
| FaqGen |[Xeon Instructions](FaqGen/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](FaqGen/docker_compose/intel/hpu/gaudi/README.md)|[FaqGen with GMC](FaqGen/kubernetes/README.md)|[FaqGen with Manifests](FaqGen/kubernetes/manifests/README.md)| Not Supported |
48
-
| Translation |[Xeon Instructions](Translation/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](Translation/docker_compose/intel/hpu/gaudi/README.md)|[Translation with GMC](Translation/kubernetes/README.md)| Not Supported| Not Supported |
49
-
| AudioQnA |[Xeon Instructions](AudioQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](AudioQnA/docker_compose/intel/hpu/gaudi/README.md)|[AudioQnA with GMC](AudioQnA/kubernetes/README.md)|[AudioQnA with Manifests](AudioQnA/kubernetes/manifests/README.md)| Not Supported |
50
-
| VisualQnA |[Xeon Instructions](VisualQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](VisualQnA/docker_compose/intel/hpu/gaudi/README.md)|[VisualQnA with GMC](VisualQnA/kubernetes/README.md)|[VisualQnA with Manifests](VisualQnA/kubernetes/manifests/README.md)| Not Supported |
40
+
| Use Case | Docker Compose<br/>Deployment on Xeon | Docker Compose<br/>Deployment on Gaudi | Kubernetes with GMC | Kubernetes with Manifests| Kubernetes with Helm Charts |
| ChatQnA |[Xeon Instructions](ChatQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](ChatQnA/docker_compose/intel/hpu/gaudi/README.md)|[ChatQnA with GMC](ChatQnA/kubernetes/intel/README_gmc.md)|[ChatQnA with Manifests](ChatQnA/kubernetes/intel/README.md)|[ChatQnA with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/chatqna/README.md)|
43
+
| CodeGen |[Xeon Instructions](CodeGen/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](CodeGen/docker_compose/intel/hpu/gaudi/README.md)|[CodeGen with GMC](CodeGen/kubernetes/intel/README_gmc.md)|[CodeGen with Manifests](CodeGen/kubernetes/intel/README.md)|[CodeGen with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codegen/README.md)|
44
+
| CodeTrans |[Xeon Instructions](CodeTrans/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](CodeTrans/docker_compose/intel/hpu/gaudi/README.md)|[CodeTrans with GMC](CodeTrans/kubernetes/intel/README_gmc.md)|[CodeTrans with Manifests](CodeTrans/kubernetes/intel/README.md)|[CodeTrans with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codetrans/README.md)|
45
+
| DocSum |[Xeon Instructions](DocSum/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](DocSum/docker_compose/intel/hpu/gaudi/README.md)|[DocSum with GMC](DocSum/kubernetes/intel/README_gmc.md)|[DocSum with Manifests](DocSum/kubernetes/intel/README.md)|[DocSum with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/docsum/README.md)|
46
+
| SearchQnA |[Xeon Instructions](SearchQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](SearchQnA/docker_compose/intel/hpu/gaudi/README.md)|[SearchQnA with GMC](SearchQnA/kubernetes/intel/README_gmc.md)| Not Supported | Not Supported |
47
+
| FaqGen |[Xeon Instructions](FaqGen/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](FaqGen/docker_compose/intel/hpu/gaudi/README.md)|[FaqGen with GMC](FaqGen/kubernetes/intel/README_gmc.md)|[FaqGen with Manifests](FaqGen/kubernetes/intel/README.md)| Not Supported |
48
+
| Translation |[Xeon Instructions](Translation/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](Translation/docker_compose/intel/hpu/gaudi/README.md)|[Translation with GMC](Translation/kubernetes/intel/README_gmc.md)| Not Supported | Not Supported |
49
+
| AudioQnA |[Xeon Instructions](AudioQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](AudioQnA/docker_compose/intel/hpu/gaudi/README.md)|[AudioQnA with GMC](AudioQnA/kubernetes/intel/README_gmc.md)|[AudioQnA with Manifests](AudioQnA/kubernetes/intel/README.md)| Not Supported |
50
+
| VisualQnA |[Xeon Instructions](VisualQnA/docker_compose/intel/cpu/xeon/README.md)|[Gaudi Instructions](VisualQnA/docker_compose/intel/hpu/gaudi/README.md)|[VisualQnA with GMC](VisualQnA/kubernetes/intel/README_gmc.md)|[VisualQnA with Manifests](VisualQnA/kubernetes/intel/README.md)| Not Supported |
0 commit comments