Update LightRagWithPostGRESQL.md
This commit is contained in:
parent
00704aa76a
commit
bc190816ce
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ SELECT extversion FROM pg_extension WHERE extname = 'vector';
|
|||
Install LightRAG using pip, targeting the API package for server-side use:
|
||||
|
||||
```bash
|
||||
pip install https://github.com/ParisNeo/LightRAG.git[api]
|
||||
pip install "lightrag-hku[api]"
|
||||
```
|
||||
|
||||
### 7. Configure `config.ini`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue