add example configuration file for API
format
This commit is contained in:
parent
09195182c2
commit
ee5c00e0c6
1 changed files with 15 additions and 0 deletions
15
lightrag/api/config.ini.example
Normal file
15
lightrag/api/config.ini.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[neo4j]
|
||||
uri = neo4j+s://xxxxxxxx.databases.neo4j.io
|
||||
username = neo4j
|
||||
password = your-password
|
||||
|
||||
[mongodb]
|
||||
uri = mongodb+srv://name:password@your-cluster-address
|
||||
database = lightrag
|
||||
graph = false
|
||||
|
||||
[redis]
|
||||
uri=redis://localhost:6379/1
|
||||
|
||||
[qdrant]
|
||||
uri = http://localhost:16333
|
||||
Loading…
Add table
Reference in a new issue