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: docker_images_list.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Take ChatQnA for example. ChatQnA is a chatbot application service based on the
16
16
|[opea/chatqna-conversation-ui](https://hub.docker.com/r/opea/chatqna-conversation-ui)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/ui/docker/Dockerfile.react)| Chatqna React UI. Facilitates interaction with users, enabling chat-based Q&A with conversation history stored in the browser's local storage. |[Link](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/ui/react/README.md)|
17
17
|[opea/chatqna-ui](https://hub.docker.com/r/opea/chatqna-ui)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/ui/docker/Dockerfile)| Chatqna UI entry. Facilitates interaction with users to answer questions |[Link](https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/ui/svelte/README.md)|
18
18
|[opea/codegen](https://hub.docker.com/r/opea/codegen)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/Dockerfile)| Codegen gateway. Provides automatic creation of source code from high-level representations |[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/README.md)|
19
-
|[opea/codegen-gradio-ui]()|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/docker/Dockerfile.gradio)| Codegen Gradio UI entry. Interact with users to generate source code by providing high-level descriptions or inputs. ||
19
+
|[opea/codegen-gradio-ui](https://hub.docker.com/r/opea/codegen-gradio-ui)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/docker/Dockerfile.gradio)| Codegen Gradio UI entry. Interact with users to generate source code by providing high-level descriptions or inputs. |[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/gradio/README.md)|
20
20
|[opea/codegen-react-ui](https://hub.docker.com/r/opea/codegen-react-ui)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/docker/Dockerfile.react)| Codegen React UI. Interact with users to generate appropriate code based on current user input. |[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/react/README.md)|
21
21
|[opea/codegen-ui](https://hub.docker.com/r/opea/codegen-ui)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/docker/Dockerfile)| Codegen UI entry. Facilitates interaction with users, automatically generate code based on user's descriptions |[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeGen/ui/svelte/README.md)|
22
22
|[opea/codetrans](https://hub.docker.com/r/opea/codetrans)|[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeTrans/Dockerfile)| Codetrans gateway. Provide services to convert source code written in one programming language to an equivalent version in another programming language. |[Link](https://github.com/opea-project/GenAIExamples/blob/main/CodeTrans/README.md)|
0 commit comments