mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-17 10:34:18 +00:00
Update LightRagWithPostGRESQL.md
Replace unreasonable parameter names
This commit is contained in:
parent
2170a5d778
commit
010a551ae3
@ -141,7 +141,7 @@ Start the LightRAG server using specified options:
|
|||||||
lightrag-server --port 9621 --key sk-somepassword --kv-storage PGKVStorage --graph-storage PGGraphStorage --vector-storage PGVectorStorage --doc-status-storage PGDocStatusStorage
|
lightrag-server --port 9621 --key sk-somepassword --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.
|
Replace the `port` number with your desired port number (default is 9621) and `your-secret-key` with a secure key.
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user