mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-06 23:04:05 +00:00
16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
![]() |
[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
|