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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,9 @@ Take ChatQnA for example. ChatQnA is a chatbot application service based on the
46
46
|[opea/gmcrouter](https://hub.docker.com/r/opea/gmcrouter)|[Link](https://github.com/opea-project/GenAIInfra/blob/main/microservices-connector/Dockerfile.manager)| The docker image served as one of key parts of the OPEA GenAI Microservice Connector(GMC) to route the traffic among the microservices defined in GMC |
47
47
|[opea/gmcmanager](https://hub.docker.com/r/opea/gmcmanager)|[Link](https://github.com/opea-project/GenAIInfra/blob/main/microservices-connector/Dockerfile.router)| The docker image served as one of key parts of the OPEA GenAI Microservice Connector(GMC) to be controller manager to handle GMC CRD |
48
48
|[opea/guardrails-tgi](https://hub.docker.com/r/opea/guardrails-tgi)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/llama_guard/langchain/Dockerfile)| The docker image exposed the OPEA guardrail microservice to provide content review for GenAI application use |
49
-
|[opea/guardrails-pii-detection](https://hub.docker.com/r/opea/guardrails-pii-detection)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/pii_detection/docker/Dockerfile)| The docker image exposed the OPEA guardrail microservice to provide PII detection for GenAI application use |
49
+
|[opea/guardrails-pii-detection](https://hub.docker.com/r/opea/guardrails-pii-detection)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/guardrails/pii_detection/Dockerfile)| The docker image exposed the OPEA guardrail microservice to provide PII detection for GenAI application use |
|[opea/knowledge_graphs](https://hub.docker.com/r/opea/knowledge_graphs)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/knowledgegraphs/langchain/docker/Dockerfile)| The docker image served as knowledge graph gateway to enhance question answering with graph knowledge searching. |
51
+
|[opea/knowledge_graphs](https://hub.docker.com/r/opea/knowledge_graphs)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/knowledgegraphs/langchain/Dockerfile)| The docker image served as knowledge graph gateway to enhance question answering with graph knowledge searching. |
52
52
|[opea/llm-docsum-tgi](https://hub.docker.com/r/opea/llm-docsum-tgi)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/llms/summarization/tgi/langchain/Dockerfile)| This docker image is designed to build a document summarization microservice using the HuggingFace Text Generation Inference(TGI) framework. The microservice accepts document input and generates a document summary. |
53
53
|[opea/llm-faqgen-tgi](https://hub.docker.com/r/opea/llm-faqgen-tgi)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/llms/faq-generation/tgi/langchain/Dockerfile)| This docker image is designed to build a frequently asked questions microservice using the HuggingFace Text Generation Inference(TGI) framework. The microservice accepts document input and generates a FAQ. |
54
54
|[opea/llm-ollama](https://hub.docker.com/r/opea/llm-ollama)|[Link](https://github.com/opea-project/GenAIComps/blob/main/comps/llms/text-generation/ollama/langchain/Dockerfile)| The docker image exposed the OPEA LLM microservice based on ollama for GenAI application use |
0 commit comments