add example configuration file for API

format
This commit is contained in:
ArnoChen
2025-02-10 01:08:03 +08:00
parent 09195182c2
commit ee5c00e0c6

View 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