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: FaqGen/docker_compose/intel/hpu/gaudi/README.md
+81-2Lines changed: 81 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,85 @@
2
2
3
3
This document outlines the deployment process for a FAQ Generation application utilizing the [GenAIComps](https://github.com/opea-project/GenAIComps.git) microservice pipeline on Intel Gaudi server. The steps include Docker image creation, container deployment via Docker Compose, and service execution to integrate microservices such as llm. We will publish the Docker images to Docker Hub, which will simplify the deployment process for this service.
4
4
5
+
## Quick Start:
6
+
7
+
1. Set up the environment variables.
8
+
2. Run Docker Compose.
9
+
3. Consume the ChatQnA Service.
10
+
11
+
### Quick Start: 1.Setup Environment Variable
12
+
13
+
To set up environment variables for deploying ChatQnA services, follow these steps:
0 commit comments