Skip to content

Commit c96f4ff

Browse files
authored
Merge pull request opea-project#3 from daisy-ycguo/struct
Initialize the repository structure
2 parents a2c8d43 + 4ba77db commit c96f4ff

File tree

5 files changed

+16
-1
lines changed

5 files changed

+16
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# GenAIInfra
22

3-
Containerization and cloud native suite for OPEA
3+
GenAIInfra is the containerization and cloud native suite for OPEA, including artifacts to deploy [GenAIExamples](https://github.com/opea-project/GenAIExamples) in a cloud native way, which can be used by enterprise users to deploy to their own cloud.
4+
5+
## Overview
6+
7+
The GenAIInfra repository is organized under four main directories, which include artifacts for OPEA deploying:
8+
9+
| Directory | Purpose |
10+
| ------------------- | --------------------------------------------------------------------------------------------------------------------------- |
11+
| `helm-charts` | Helm charts for deploying [GenAIExamples](https://github.com/opea-project/GenAIExamples) on Kubernetes. |
12+
| `kubernetes-addons` | Deploy Kubernetes add-ons for OPEA. |
13+
| `manifests` | Manifests for deploying [GenAIExamples](https://github.com/opea-project/GenAIExamples) on Kubernetes and on Docker Compose. |
14+
| `scripts` | Scripts for testing, tools for facilitate OPEA deployment, and etc. |

helm-charts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Helm charts for deploying GenAIExamples

kubernetes-addons/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Deploy Kubernetes add-ons for OPEA

manifests/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Manifests for deploying GenAIExamples on Kubernetes and on Docker Compose

scripts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Scripts and tools

0 commit comments

Comments
 (0)