bump release version into v0.6 (#128)
Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
16
README.md
16
README.md
@@ -16,6 +16,22 @@ GenAIComps provides a suite of microservices, leveraging a service composer to a
|
||||
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user