Skip to content

Commit 08ab433

Browse files
author
wwanarif
committed
updated readmes for updated setup scripts
Signed-off-by: wwanarif <[email protected]>
1 parent 750cb1c commit 08ab433

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
## Reduce Barrier of Adoption with Low-Code: End-to-End GenAI App Development for Productivity
77

8-
**🌟Key Highlights**
9-
- 🛠️ Build & configure GenAI applications rapidly with low-code with no setup hassle
8+
**🌟Key Capabilities**
9+
- 🛠️ Build & configure GenAI applications rapidly with low-code and no setup hassle
1010
- 🔍 Instant evaluation with sandbox on Kubernetes Namespace
1111
- 📊 Dynamic performance measurement & benchmarking with Grafana dashboarding via Prometheus
1212
- ⚙️ One-click deployment package generation for instant application setup
@@ -76,7 +76,7 @@ _Note: This setup has been validated on a system running Ubuntu 22.04 on an Inte
7676
GenAIStudio requires an on-premise Kubernetes cluster. If your server does not have Kubernetes set up, please install by following the [Kubernetes official setup guide](https://kubernetes.io/docs/setup/). Alternatively, you can try out our [setup onpremise kubernetes script](./setup-scripts/setup-onpremise-kubernetes/readme.md).
7777

7878
### Installation
79-
The installation is done using genai-studio-playbook script. The script will
79+
The installation is done using genai-studio playbook script. The script will
8080
- Deploy a persistent volume for prometheus and a customized monitoring stack based on prometheus-community/kube-prometheus-stack (which contains both Prometheus and Grafana) in the monitoring namespace.
8181
- Deploy the studio-backend, studio-frontend and also a studio-nginx in the studio namespace.
8282

@@ -92,9 +92,9 @@ The installation can be done with the following steps:
9292
sudo apt install ansible
9393
ansible-galaxy collection install kubernetes.core #install dependencies for k8s
9494
cd setup-scripts/setup-genai-studio
95-
ansible-playbook genai-studio-playbook.yml
95+
ansible-playbook genai-studio.yml
9696
```
97-
_Note: you can review the deployment configurations in [genai-studio-playbook.yml](https://github.com/opea-project/GenAIStudio/blob/main/setup-scripts/setup-genai-studio/genai-studio-playbook.yml)_
97+
_Note: you can review the deployment configurations in [genai-studio.yml](./setup-scripts/setup-genai-studio/genai-studio.yml)_
9898

9999

100100
## Getting Started with GenAIStudio

setup-scripts/setup-onpremise-kubernetes/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run below commands:
1313
```sh
1414
sudo apt install ansible
1515
ansible-galaxy collection install kubernetes.core
16-
ansible-playbook -i inventory.ini kubernetes-cluster.yml
16+
ansible-playbook -i inventory.ini onpremise-kubernetes.yml
1717
```
1818

1919
To push your local docker images into the harbor container registry, run below:

0 commit comments

Comments
 (0)