File size: 831 Bytes
68eaa71
 
 
 
 
 
 
 
 
 
 
 
 
 
78289f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[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

[oracle]
dsn = localhost:1521/XEPDB1
user = your_username
password = your_password
config_dir = /path/to/oracle/config
wallet_location = /path/to/wallet  # 可选
wallet_password = your_wallet_password  # 可选
workspace = default  # 可选,默认为default

[tidb]
host = localhost
port = 4000
user = your_username
password = your_password
database = your_database
workspace = default  # 可选,默认为default

[postgres]
host = localhost
port = 5432
user = your_username
password = your_password
database = your_database
workspace = default  # 可选,默认为default