Skip to content

Commit

Permalink
Merge branch 'rename-images' of https://github.com/opea-project/docs
Browse files Browse the repository at this point in the history
…into rename-images
  • Loading branch information
ZePan110 committed Nov 20, 2024
2 parents b613cc6 + 5363c1b commit c77d179
Show file tree
Hide file tree
Showing 7 changed files with 404 additions and 9 deletions.
2 changes: 2 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
# files and directories to ignore when looking for source files.
exclude_patterns = [
'scripts/*',
'examples/AgentQnA/deploy/index.rst',
'examples/AgentQnA/deploy/xeon.md'
]
try:
import sphinx_rtd_theme
Expand Down
9 changes: 8 additions & 1 deletion examples/AgentQnA/AgentQnA_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,12 @@ The worker agent uses the retrieval tool to generate answers to the queries post

Deployment
**********
Here are some deployment options, depending on your hardware and environment:

See the :ref:`agentqna-example-deployment`.
Single Node
+++++++++++++++
.. toctree::
:maxdepth: 1

Xeon Scalable Processor </GenAIExamples/AgentQnA/docker_compose/intel/cpu/xeon/README.md>
Gaudi </GenAIExamples/AgentQnA/docker_compose/intel/hpu/gaudi/README.md>
7 changes: 2 additions & 5 deletions examples/AgentQnA/deploy/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ AgentQnA Example Deployment Options
Here are some deployment options, depending on your hardware and environment:

Single Node
***********

.. toctree::
:maxdepth: 1

Xeon Scalable Processor <xeon>
- **Xeon Scalable Processor**: `Xeon <https://opea-project.github.io/latest/GenAIExamples/AgentQnA/docker_compose/intel/cpu/xeon/README.html>`_
- **Gaudi**: `Gaudi <https://opea-project.github.io/latest/GenAIExamples/AgentQnA/docker_compose/intel/hpu/gaudi/README.html>`_
3 changes: 1 addition & 2 deletions examples/ChatQnA/deploy/gaudi.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ CONTAINER ID IMAGE COMMAND
ce4e7802a371 opea/retriever-redis:${TAG} "python retriever_re…" About a minute ago Up About a minute 0.0.0.0:7000->7000/tcp, :::7000->7000/tcp retriever-redis-server
be6cd2d0ea38 opea/reranking-tei:${TAG} "python reranking_te…" About a minute ago Up About a minute 0.0.0.0:8000->8000/tcp, :::8000->8000/tcp reranking-tei-gaudi-server
cc45ff032e8c opea/tei-gaudi:${TAG} "text-embeddings-rou…" About a minute ago Up About a minute 0.0.0.0:8090->80/tcp, :::8090->80/tcp tei-embedding-gaudi-server
4969ec3aea02 opea/llm-vllm-gaudi:${TAG} "/bin/bash -c 'expor…" About a minute ago Up About a minute 0.0.0.0:8007->80/tcp, :::8007->80/tcp vllm-gaudi-server
0657cb66df78 redis/redis-stack:7.2.0-v9 "/entrypoint.sh" About a minute ago Up About a minute 0.0.0.0:6379->6379/tcp, :::6379->6379/tcp, 0.0.0.0:8001->8001/tcp, :::8001->8001/tcp redis-vector-db
684d3e9d204a ghcr.io/huggingface/text-embeddings-inference:cpu-1.2 "text-embeddings-rou…" About a minute ago Up About a minute 0.0.0.0:8808->80/tcp, :::8808->80/tcp tei-reranking-gaudi-server
```
Expand Down Expand Up @@ -863,7 +862,7 @@ View the docker input parameters in `./ChatQnA/docker_compose/intel/hpu/gaudi/c

```yaml
vllm-service:
image: ${REGISTRY:-opea}/llm-vllm-gaudi:${TAG:-latest}
image: ${REGISTRY:-opea}/vllm-gaudi:${TAG:-latest}
container_name: vllm-gaudi-server
ports:
- "8007:80"
Expand Down
Loading

0 comments on commit c77d179

Please sign in to comment.