bump release version into v0.6 (#128)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-05-31 18:12:40 +08:00
committed by GitHub
parent d88824f6f0
commit 0e988f0020
5 changed files with 254 additions and 16 deletions

View File

@@ -16,6 +16,22 @@ GenAIComps provides a suite of microservices, leveraging a service composer to a
![Architecture](https://i.imgur.com/r5J0i8j.png)
### Installation
- Install from Pypi
```bash
pip install opea-comps
```
- Build from Source
```bash
git clone https://github.com/opea-project/GenAIComps
cd GenAIComps
pip install -e .
```
## MicroService
`Microservices` are akin to building blocks, offering the fundamental services for constructing `RAG (Retrieval-Augmented Generation)` applications.