yangdx
commited on
Commit
·
d620bc2
1
Parent(s):
edeea45
Update env.example
Browse files- env.example +7 -7
env.example
CHANGED
@@ -117,7 +117,7 @@ ORACLE_PASSWORD='your_password'
|
|
117 |
ORACLE_CONFIG_DIR=/path/to/oracle/config
|
118 |
#ORACLE_WALLET_LOCATION=/path/to/wallet
|
119 |
#ORACLE_WALLET_PASSWORD='your_password'
|
120 |
-
### separating all data from difference Lightrag instances(deprecating
|
121 |
#ORACLE_WORKSPACE=default
|
122 |
|
123 |
### TiDB Configuration
|
@@ -126,8 +126,8 @@ TIDB_PORT=4000
|
|
126 |
TIDB_USER=your_username
|
127 |
TIDB_PASSWORD='your_password'
|
128 |
TIDB_DATABASE=your_database
|
129 |
-
### separating all data from difference Lightrag instances(deprecating
|
130 |
-
#TIDB_WORKSPACE=default
|
131 |
|
132 |
### PostgreSQL Configuration
|
133 |
POSTGRES_HOST=localhost
|
@@ -135,8 +135,8 @@ POSTGRES_PORT=5432
|
|
135 |
POSTGRES_USER=your_username
|
136 |
POSTGRES_PASSWORD='your_password'
|
137 |
POSTGRES_DATABASE=your_database
|
138 |
-
### separating all data from difference Lightrag instances(deprecating
|
139 |
-
#POSTGRES_WORKSPACE=default
|
140 |
|
141 |
### Independent AGM Configuration(not for AMG embedded in PostreSQL)
|
142 |
AGE_POSTGRES_DB=
|
@@ -145,8 +145,8 @@ AGE_POSTGRES_PASSWORD=
|
|
145 |
AGE_POSTGRES_HOST=
|
146 |
# AGE_POSTGRES_PORT=8529
|
147 |
|
148 |
-
### separating all data from difference Lightrag instances(deprecating, use NAMESPACE_PREFIX in future)
|
149 |
# AGE Graph Name(apply to PostgreSQL and independent AGM)
|
|
|
150 |
# AGE_GRAPH_NAME=lightrag
|
151 |
|
152 |
### Neo4j Configuration
|
@@ -157,7 +157,7 @@ NEO4J_PASSWORD='your_password'
|
|
157 |
### MongoDB Configuration
|
158 |
MONGO_URI=mongodb://root:root@localhost:27017/
|
159 |
MONGO_DATABASE=LightRAG
|
160 |
-
### separating all data from difference Lightrag instances(deprecating
|
161 |
# MONGODB_GRAPH=false
|
162 |
|
163 |
### Milvus Configuration
|
|
|
117 |
ORACLE_CONFIG_DIR=/path/to/oracle/config
|
118 |
#ORACLE_WALLET_LOCATION=/path/to/wallet
|
119 |
#ORACLE_WALLET_PASSWORD='your_password'
|
120 |
+
### separating all data from difference Lightrag instances(deprecating)
|
121 |
#ORACLE_WORKSPACE=default
|
122 |
|
123 |
### TiDB Configuration
|
|
|
126 |
TIDB_USER=your_username
|
127 |
TIDB_PASSWORD='your_password'
|
128 |
TIDB_DATABASE=your_database
|
129 |
+
### separating all data from difference Lightrag instances(deprecating)
|
130 |
+
# TIDB_WORKSPACE=default
|
131 |
|
132 |
### PostgreSQL Configuration
|
133 |
POSTGRES_HOST=localhost
|
|
|
135 |
POSTGRES_USER=your_username
|
136 |
POSTGRES_PASSWORD='your_password'
|
137 |
POSTGRES_DATABASE=your_database
|
138 |
+
### separating all data from difference Lightrag instances(deprecating)
|
139 |
+
# POSTGRES_WORKSPACE=default
|
140 |
|
141 |
### Independent AGM Configuration(not for AMG embedded in PostreSQL)
|
142 |
AGE_POSTGRES_DB=
|
|
|
145 |
AGE_POSTGRES_HOST=
|
146 |
# AGE_POSTGRES_PORT=8529
|
147 |
|
|
|
148 |
# AGE Graph Name(apply to PostgreSQL and independent AGM)
|
149 |
+
### AGE_GRAPH_NAME is precated
|
150 |
# AGE_GRAPH_NAME=lightrag
|
151 |
|
152 |
### Neo4j Configuration
|
|
|
157 |
### MongoDB Configuration
|
158 |
MONGO_URI=mongodb://root:root@localhost:27017/
|
159 |
MONGO_DATABASE=LightRAG
|
160 |
+
### separating all data from difference Lightrag instances(deprecating)
|
161 |
# MONGODB_GRAPH=false
|
162 |
|
163 |
### Milvus Configuration
|