From 66d2d24607296e25ee2d54aa071f10209c26729b Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 17 Feb 2025 20:12:40 +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 dd49eadf..9fc0dd89 100644 --- a/lightrag/api/docs/LightRagWithPostGRESQL.md +++ b/lightrag/api/docs/LightRagWithPostGRESQL.md @@ -132,7 +132,7 @@ Replace placeholders like `your_role_name`, `your_password`, and `your_database` Start the LightRAG server using specified options: ```bash -lightrag-server --port the-port-number --key your-secret-key --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage +lightrag-server --port 9626 --key sk-SL1 --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage --doc-status-storage PGDocStatusStorage ``` Replace `the-port-number` with your desired port number (default is 9621) and `your-secret-key` with a secure key.