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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
## Reduce Barrier of Adoption with Low-Code: End-to-End GenAI App Development for Productivity
7
7
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
10
10
- 🔍 Instant evaluation with sandbox on Kubernetes Namespace
11
11
- 📊 Dynamic performance measurement & benchmarking with Grafana dashboarding via Prometheus
12
12
- ⚙️ 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
76
76
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).
77
77
78
78
### Installation
79
-
The installation is done using genai-studio-playbook script. The script will
79
+
The installation is done using genai-studioplaybook script. The script will
80
80
- 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.
81
81
- Deploy the studio-backend, studio-frontend and also a studio-nginx in the studio namespace.
82
82
@@ -92,9 +92,9 @@ The installation can be done with the following steps:
92
92
sudo apt install ansible
93
93
ansible-galaxy collection install kubernetes.core #install dependencies for k8s
94
94
cd setup-scripts/setup-genai-studio
95
-
ansible-playbook genai-studio-playbook.yml
95
+
ansible-playbook genai-studio.yml
96
96
```
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)_
0 commit comments