Skip to content

Commit

Permalink
doc: fix markdown in docker_image_list.md (#481)
Browse files Browse the repository at this point in the history
* fix multiple H1 headings

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored Jul 31, 2024
1 parent 21fab71 commit 9277fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker_images_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A list of released OPEA docker images in https://hub.docker.com/, contains all r

Take ChatQnA for example. ChatQnA is a chatbot application service based on the Retrieval Augmented Generation (RAG) architecture. It consists of <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/embedding-tei">opea/embedding-tei</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/retriever-redis">opea/retriever-redis</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/reranking-tei">opea/reranking-tei</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/llm-tgi">opea/llm-tgi</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/dataprep-redis">opea/dataprep-redis</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/chatqna">opea/chatqna</a></td>, <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/chatqna-ui">opea/chatqna-ui</a></td> and <td class="tg-yk8o"><a href="https://hub.docker.com/r/opea/chatqna-conversation-ui">opea/chatqna-conversation-ui</a></td> (Optional) multiple microservices. Other services are similar, see the corresponding README for details.

# Example images
## Example images

<table class="tg"><thead>
<tr>
Expand Down Expand Up @@ -65,7 +65,7 @@ Take ChatQnA for example. ChatQnA is a chatbot application service based on the
</tr>
</tbody></table>

# Microservice images
## Microservice images

<table class="tg"><thead>
<tr>
Expand Down

0 comments on commit 9277fe6

Please sign in to comment.