2025-02-10 01:08:03 +08:00
|
|
|
[neo4j]
|
|
|
|
|
uri = neo4j+s://xxxxxxxx.databases.neo4j.io
|
|
|
|
|
username = neo4j
|
|
|
|
|
password = your-password
|
2025-08-08 01:07:45 +08:00
|
|
|
connection_pool_size = 100
|
|
|
|
|
connection_timeout = 30.0
|
|
|
|
|
connection_acquisition_timeout = 30.0
|
|
|
|
|
max_transaction_retry_time = 30.0
|
|
|
|
|
max_connection_lifetime = 300.0
|
|
|
|
|
liveness_check_timeout = 30.0
|
|
|
|
|
keep_alive = true
|
2025-02-10 01:08:03 +08:00
|
|
|
|
|
|
|
|
[mongodb]
|
|
|
|
|
uri = mongodb+srv://name:password@your-cluster-address
|
|
|
|
|
database = lightrag
|
|
|
|
|
|
|
|
|
|
[redis]
|
|
|
|
|
uri=redis://localhost:6379/1
|
|
|
|
|
|
|
|
|
|
[qdrant]
|
|
|
|
|
uri = http://localhost:16333
|
2025-02-11 06:31:59 +08:00
|
|
|
|
|
|
|
|
[postgres]
|
|
|
|
|
host = localhost
|
|
|
|
|
port = 5432
|
|
|
|
|
user = your_username
|
|
|
|
|
password = your_password
|
|
|
|
|
database = your_database
|
2025-08-08 02:55:49 +08:00
|
|
|
# workspace = default
|
2025-05-09 14:17:11 +08:00
|
|
|
max_connections = 12
|
2025-08-08 02:55:49 +08:00
|
|
|
vector_index_type = HNSW # HNSW or IVFFLAT
|
|
|
|
|
hnsw_m = 16
|
|
|
|
|
hnsw_ef = 64
|
|
|
|
|
ivfflat_lists = 100
|
2025-06-26 16:15:56 +02:00
|
|
|
|
|
|
|
|
[memgraph]
|
|
|
|
|
uri = bolt://localhost:7687
|