Update LightRagWithPostGRESQL.md

This commit is contained in:
Saifeddine ALOUI
2025-02-17 20:12:40 +01:00
committed by GitHub
parent b50ff40bc2
commit 66d2d24607

View File

@@ -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.