LightRAG/config.ini.example

27 lines
477 B
Plaintext
Raw Normal View History

[neo4j]
uri = neo4j+s://xxxxxxxx.databases.neo4j.io
username = neo4j
password = your-password
[mongodb]
uri = mongodb+srv://name:password@your-cluster-address
database = lightrag
[redis]
uri=redis://localhost:6379/1
[qdrant]
uri = http://localhost:16333
[postgres]
host = localhost
port = 5432
user = your_username
password = your_password
database = your_database
workspace = default # 可选,默认为default
2025-05-09 14:17:11 +08:00
max_connections = 12
2025-06-26 16:15:56 +02:00
[memgraph]
uri = bolt://localhost:7687