Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatQnA deploy on Gaudi README: fix formating for pull/build docker images #227

Closed
wants to merge 35 commits into from
Closed
Changes from 6 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
0c61b69
Update README.md for usage experience (#215)
yinghu5 Oct 18, 2024
b3e2a61
Update ChatQnA APIC deploy docuement (#216)
xiguiw Oct 18, 2024
71c2d44
Ibm getting started (#221)
devpramod Oct 21, 2024
efc86ab
fix formating for pull/build docker images
alexsin368 Oct 24, 2024
882ebd9
Update README.md for fix link (#229)
yinghu5 Oct 28, 2024
c189a7b
combine ibm, aws into tabs, add tabset for getting started (#230)
devpramod Oct 28, 2024
17300c2
Revert "combine ibm, aws into tabs, add tabset for getting started (#…
yinghu5 Oct 28, 2024
e362e7e
add tabset for aws, gcp and ibm cloud (#232)
devpramod Oct 29, 2024
ba012c6
Update up-to-date public information for the avatar chatbot example (…
ctao456 Oct 29, 2024
935af7c
check error of make html (#236)
NeoZhangJianyu Nov 1, 2024
77cb189
Clean up GenAI Examples page (#238)
intelkevinputnam Nov 1, 2024
188955e
Exclude portal.azure.com (#239)
ZePan110 Nov 4, 2024
98defe6
Adding Azure instructions (#237)
srinarayan-srikanthan Nov 4, 2024
9b435ac
Add CONTRIBUTING.md file to root folder (#226)
jiahuit1 Nov 5, 2024
4db0443
fix format issue, add CONTRIBUTING.md to index (#240)
NeoZhangJianyu Nov 5, 2024
8f21481
oci instruction (#242)
srinarayan-srikanthan Nov 5, 2024
77ff179
Update on gsg (#245)
srinarayan-srikanthan Nov 7, 2024
607e348
add ci for build online doc (#241)
NeoZhangJianyu Nov 8, 2024
230a146
CodeGen: add gaudi deployment sample guide
alexsin368 Nov 9, 2024
77e2e98
Revert "CodeGen: add gaudi deployment sample guide"
alexsin368 Nov 13, 2024
eb97001
signing off latest commit
alexsin368 Nov 14, 2024
ffea6ff
support copy all image to html folder (#247)
NeoZhangJianyu Nov 11, 2024
0eb826f
Update opea-custom.js to fix235
yinghu5 Nov 13, 2024
c54860a
reformat agentQnA sample guide (#219)
abdulari Nov 14, 2024
3bab1da
CodeGen: add gaudi deployment sample guide
alexsin368 Nov 9, 2024
d20130c
Revert "CodeGen: add gaudi deployment sample guide"
alexsin368 Nov 13, 2024
ad3fb52
fix formating for pull/build docker images
alexsin368 Oct 24, 2024
c7fa771
CodeGen: add gaudi deployment sample guide
alexsin368 Nov 9, 2024
3fb3085
Revert "CodeGen: add gaudi deployment sample guide"
alexsin368 Nov 13, 2024
2992b5b
CodeGen: add gaudi deployment sample guide
alexsin368 Nov 9, 2024
2636a82
Revert "CodeGen: add gaudi deployment sample guide"
alexsin368 Nov 13, 2024
2228ae6
signing off latest commit
alexsin368 Nov 14, 2024
925c839
update with tag 1.1
alexsin368 Nov 15, 2024
35800e0
Merge branch 'main' of https://github.com/alexsin368/opea-project-docs
alexsin368 Nov 15, 2024
ca160c1
change version to generic TAG
alexsin368 Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions examples/ChatQnA/deploy/gaudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,24 +87,25 @@ ChatQnA megaservice, and UI (conversational React UI is optional). In total,
there are 8 required and an optional docker images.

### Build/Pull Microservice images
::::{tab-set}
:::{tab-item} Pull

::::::{tab-set}

:::::{tab-item} Pull
:sync: Pull

To pull pre-built docker images on Docker Hub, proceed to the next step. To customize
your application, you can choose to build individual docker images for the microservices
before proceeding.
:::
:::{tab-item} Build
If you decide to pull the docker containers and not build them locally,
you can proceed to the next step where all the necessary containers will
be pulled in from dockerhub.

:::::
:::::{tab-item} Build
:sync: Build

From within the `GenAIComps` folder, checkout the release tag.
```
cd GenAIComps
mkbhanda marked this conversation as resolved.
Show resolved Hide resolved
git checkout tags/v1.0
```
:::
::::

#### Build Dataprep Image

Expand All @@ -130,7 +131,7 @@ docker build --no-cache -t opea/retriever-redis:latest --build-arg https_proxy=$
docker build --no-cache -t opea/reranking-tei:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/reranks/tei/Dockerfile .
```

#### Build docker
#### Build LLM Image

::::{tab-set}

Expand Down Expand Up @@ -240,7 +241,6 @@ Check if you have the below set of docker images, before moving on to the next s
* opea/chatqna-ui:latest
mkbhanda marked this conversation as resolved.
Show resolved Hide resolved
* opea/vllm:latest
* opea/llm-vllm:latest

:::
:::{tab-item} TGI
:sync: TGI
Expand All @@ -256,6 +256,9 @@ Check if you have the below set of docker images, before moving on to the next s
:::
::::

:::::
::::::

## Use Case Setup

As mentioned the use case will use the following combination of the GenAIComps
Expand Down Expand Up @@ -954,4 +957,4 @@ docker compose -f compose_vllm.yaml down
docker compose -f compose.yaml down
```
:::
::::
::::
Loading