pengjunfeng11
commited on
Update LightRagWithPostGRESQL.md
Browse filesReplace unreasonable parameter names
lightrag/api/docs/LightRagWithPostGRESQL.md
CHANGED
@@ -141,7 +141,7 @@ Start the LightRAG server using specified options:
|
|
141 |
lightrag-server --port 9621 --key sk-somepassword --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage --doc-status-storage PGDocStatusStorage
|
142 |
```
|
143 |
|
144 |
-
Replace `
|
145 |
|
146 |
## Conclusion
|
147 |
|
|
|
141 |
lightrag-server --port 9621 --key sk-somepassword --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage --doc-status-storage PGDocStatusStorage
|
142 |
```
|
143 |
|
144 |
+
Replace the `port` number with your desired port number (default is 9621) and `your-secret-key` with a secure key.
|
145 |
|
146 |
## Conclusion
|
147 |
|