ParisNeo commited on
Commit
ceb14be
·
unverified ·
2 Parent(s): 5fe05e8 8d18f07

Merge branch 'HKUDS:main' into main

Browse files
lightrag/api/docs/LightRagWithPostGRESQL.md CHANGED
@@ -104,7 +104,7 @@ SELECT extversion FROM pg_extension WHERE extname = 'vector';
104
  Install LightRAG using pip, targeting the API package for server-side use:
105
 
106
  ```bash
107
- pip install https://github.com/ParisNeo/LightRAG.git[api]
108
  ```
109
 
110
  ### 7. Configure `config.ini`
 
104
  Install LightRAG using pip, targeting the API package for server-side use:
105
 
106
  ```bash
107
+ pip install "lightrag-hku[api]"
108
  ```
109
 
110
  ### 7. Configure `config.ini`