Skip to content

Commit 8c926a2

Browse files
authored
Add 4 new examples to README (opea-project#605)
Signed-off-by: Dolpher Du <dolpher.du@intel.com>
1 parent 576b25a commit 8c926a2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

helm-charts/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,14 @@ AI application examples you can run directly on Xeon and Gaudi. You can also ref
2626

2727
| Helm chart | Link to GenAIExamples | Description |
2828
| ---------------------------------- | -------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
29+
| [chatqna](./chatqna/README.md) | [ChatQnA](https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/README.md) | An example of chatbot for question and answering through retrieval argumented generation (RAG). |
30+
| [agentqna](./agentqna/README.md) | [Agent QnA](https://github.com/opea-project/GenAIExamples/tree/main/AgentQnA/README.md) | A hierarchical multi-agent system for question-answering applications. |
31+
| [audioqna](./audioqna/README.md) | [Audio QnA](https://github.com/opea-project/GenAIExamples/tree/main/AudioQnA/README.md) | An example of chatbot for question and answering with audio file support. |
2932
| [codegen](./codegen/README.md) | [Code Generation](https://github.com/opea-project/GenAIExamples/tree/main/CodeGen/README.md) | An example of copilot designed for code generation in Visual Studio Code. |
3033
| [codetrans](./codetrans/README.md) | [Code Translation](https://github.com/opea-project/GenAIExamples/tree/main/CodeTrans/README.md) | An example of programming language code translation. |
31-
| [chatqna](./chatqna/README.md) | [ChatQnA](https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/README.md) | An example of chatbot for question and answering through retrieval argumented generation (RAG). |
3234
| [docsum](./docsum/README.md) | [Document Summarization](https://github.com/opea-project/GenAIExamples/tree/main/DocSum/README.md) | An example of document summarization. |
35+
| [faqgen](./faqgen/README.md) | [FAQ generator](https://github.com/opea-project/GenAIExamples/tree/main/FaqGen/README.md) | An example to generate FAQs. |
36+
| [visualqna](./audioqna/README.md) | [Visual QnA](https://github.com/opea-project/GenAIExamples/tree/main/VisualQnA/README.md) | An example of answering open-ended questions based on an image. |
3337

3438
### Components
3539

@@ -151,10 +155,7 @@ helm install tgi common/tgi --set global.modelUsePVC=model-volume
151155
## Using Private Docker Hub
152156

153157
By default, we're using Docker images from [official Docker hub](https://hub.docker.com/u/opea), with Docker image version aligned with OPEA releases.
154-
If you have private hub or would like to use different Docker image versions, see the following examples.
155-
156-
To use the latest tag for all images:
157-
`find . -name '*values.yaml' -type f -exec sed -i 's#tag: ""#tag: latest#g' {} \;`
158+
If you have private hub, see the following examples.
158159

159160
To use local Docker registry:
160161

0 commit comments

Comments
 (0)