From abc02e133237b87dee31f439cb06b5c11b27fd1b Mon Sep 17 00:00:00 2001 From: Letong Han <106566639+letonghan@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:32:26 +0800 Subject: [PATCH] fix readme typo (#524) Signed-off-by: letonghan --- README.md | 6 +++--- supported_examples.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1013c76bf..334760eab 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,11 @@ GenAIComps-based Generative AI examples offer streamlined deployment, testing, a ## Architecture -GenAIComps is a service-based tool that includes microservice components such as llm, embedding, reranking, and so on. Using these components, various examples in GenAIExample can be constructed, including ChatQnA, DocSum, etc. +[GenAIComps](https://github.com/opea-project/GenAIComps) is a service-based tool that includes microservice components such as llm, embedding, reranking, and so on. Using these components, various examples in GenAIExample can be constructed, including ChatQnA, DocSum, etc. -GenAIInfra, part of the OPEA containerization and cloud-native suite, enables quick and efficient deployment of GenAIExamples in the cloud. +[GenAIInfra](https://github.com/opea-project/GenAIInfra), part of the OPEA containerization and cloud-native suite, enables quick and efficient deployment of GenAIExamples in the cloud. -GenAIEvals measures service performance metrics such as throughput, latency, and accuracy for GenAIExamples. This feature helps users compare performance across various hardware configurations easily. +[GenAIEval](https://github.com/opea-project/GenAIEval) measures service performance metrics such as throughput, latency, and accuracy for GenAIExamples. This feature helps users compare performance across various hardware configurations easily. ## Getting Started diff --git a/supported_examples.md b/supported_examples.md index a04fb7208..6b64dc501 100644 --- a/supported_examples.md +++ b/supported_examples.md @@ -8,7 +8,7 @@ This document introduces the supported examples of GenAIExamples. The supported ## ChatQnA -[ChatQnA](./ChatQnA/README.md) is an example of chatbot for question and answering through retrieval argumented generation (RAG). +[ChatQnA](./ChatQnA/README.md) is an example of chatbot for question and answering through retrieval augmented generation (RAG).