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
@@ -72,7 +72,7 @@ function validate_megaservice() {
72
72
result=$(curl http://${ip_address}:3008/v1/searchqna -X POST -d '{"messages": "What is the capital of China?", "stream": "False"}' -H 'Content-Type: application/json')
@@ -70,7 +70,7 @@ function validate_megaservice() {
70
70
result=$(curl http://${ip_address}:3008/v1/searchqna -X POST -d '{"messages": "What is the capital of China?", "stream": "False"}' -H 'Content-Type: application/json')
Copy file name to clipboardExpand all lines: docker_images_list.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,6 @@ Take ChatQnA for example. ChatQnA is a chatbot application service based on the
96
96
|[opea/vllm](https://hub.docker.com/r/opea/vllm)|[Link](https://github.com/vllm-project/vllm/blob/main/Dockerfile.cpu)| The docker image powered by vllm-project for deploying and serving vllm Models |
97
97
|[opea/vllm-gaudi]()|[Link](https://github.com/HabanaAI/vllm-fork/blob/habana_main/Dockerfile.hpu)| The docker image powered by vllm-fork for deploying and serving vllm-gaudi Models |
98
98
|[opea/vllm-openvino](https://hub.docker.com/r/opea/vllm-openvino)|[Link](https://github.com/vllm-project/vllm/blob/main/Dockerfile.openvino)| The docker image powered by vllm-project for deploying and serving vllm Models of the Openvino Framework |
99
-
|[opea/web-retriever-chroma](https://hub.docker.com/r/opea/web-retriever-chroma)|[Link](https://github.com/opea-project/GenAIComps/tree/main/comps/web_retrievers/chroma/langchain/Dockerfile)| The docker image exposed the OPEA retrieval microservice based on chroma vectordb for GenAI application use|
99
+
|[opea/web-retriever]()|[Link](https://github.com/opea-project/GenAIComps/tree/main/comps/web_retrievers/src/Dockerfile)| The docker image exposed the OPEA web retrieval microservice based on a search engine and vector DB |
100
100
|[opea/whisper](https://hub.docker.com/r/opea/whisper)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/asr/src/integrations/dependency/whisper/Dockerfile)| The docker image exposed the OPEA Whisper service for GenAI application use |
101
101
|[opea/whisper-gaudi](https://hub.docker.com/r/opea/whisper-gaudi)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/asr/src/integrations/dependency/whisper/Dockerfile.intel_hpu)| The docker image exposed the OPEA Whisper service on Gaudi2 for GenAI application use |
0 commit comments