Merge pull request #837 from ParisNeo/main

Fixes and Enhancements for PostgreSQL and JSON Document Storage
This commit is contained in:
Yannick Stephan
2025-02-18 16:46:13 +01:00
committed by GitHub
3 changed files with 69 additions and 14 deletions

View File

@@ -130,7 +130,7 @@ Replace placeholders like `your_role_name`, `your_password`, and `your_database`
Start the LightRAG server using specified options:
```bash
lightrag-server --port 9626 --key sk-SL1 --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.