From bc190816ce77959b14539d959313de43924d3fb8 Mon Sep 17 00:00:00 2001 From: Yannick Stephan Date: Tue, 18 Feb 2025 13:13:20 +0100 Subject: [PATCH] Update LightRagWithPostGRESQL.md --- lightrag/api/docs/LightRagWithPostGRESQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/docs/LightRagWithPostGRESQL.md b/lightrag/api/docs/LightRagWithPostGRESQL.md index 75088660..30dce42f 100644 --- a/lightrag/api/docs/LightRagWithPostGRESQL.md +++ b/lightrag/api/docs/LightRagWithPostGRESQL.md @@ -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`