Fix readme (#57)

This commit is contained in:
chen, suyue
2024-04-08 20:25:01 +08:00
committed by GitHub
parent 7436280061
commit ef1ef8c086
2 changed files with 2 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# Intel Generative AI Examples
This project provides a collective list of Generative AI (GenAI) examples such as chatbot with question and answering (ChatQnA), code generation (CodeGen), document summary (DocSum), etc.
This project provides a collective list of Generative AI (GenAI) and Retrieval-Augmented Generation (RAG) examples such as chatbot with question and answering (ChatQnA), code generation (CodeGen), document summary (DocSum), etc.
[![version](https://img.shields.io/badge/release-0.1-green)](https://github.com/intel/GenAIExamples/releases)
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/neural-compressor/blob/master/LICENSE)
@@ -10,7 +10,6 @@ This project provides a collective list of Generative AI (GenAI) examples such a
---
<div align="left">
This project provides a collective list of Generative AI (GenAI) and RAG (Retrieval-Augmented Generation) examples such as chatbot with question and answering (ChatQnA), code generation, document summary, etc. The examples are developed by leveraging the ecosystem components such as LangChain with Intel optimizations, therefore delivering the high performance for your deployment on Intel platforms.
## GenAI Examples