Update LightRagWithPostGRESQL.md
Browse files
lightrag/api/docs/LightRagWithPostGRESQL.md
CHANGED
@@ -130,7 +130,7 @@ Replace placeholders like `your_role_name`, `your_password`, and `your_database`
|
|
130 |
Start the LightRAG server using specified options:
|
131 |
|
132 |
```bash
|
133 |
-
lightrag-server --port
|
134 |
```
|
135 |
|
136 |
Replace `the-port-number` with your desired port number (default is 9621) and `your-secret-key` with a secure key.
|
|
|
130 |
Start the LightRAG server using specified options:
|
131 |
|
132 |
```bash
|
133 |
+
lightrag-server --port 9621 --key sk-somepassword --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage --doc-status-storage PGDocStatusStorage
|
134 |
```
|
135 |
|
136 |
Replace `the-port-number` with your desired port number (default is 9621) and `your-secret-key` with a secure key.
|