File size: 271 Bytes
68eaa71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[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
|