pengjunfeng11 commited on
Commit
8d73a16
·
unverified ·
1 Parent(s): f371932

Update LightRagWithPostGRESQL.md

Browse files

Replace 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 `the-port-number` with your desired port number (default is 9621) and `your-secret-key` with a secure key.
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