From b1dd015e3e5bc0c1d67084cf37648fe8c8162e87 Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 24 Jul 2025 14:17:49 +0800 Subject: [PATCH] Update env.example --- env.example | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/env.example b/env.example index c2f3c3a9..d690fb00 100644 --- a/env.example +++ b/env.example @@ -146,6 +146,13 @@ EMBEDDING_MODEL=jina-embeddings-v4 EMBEDDING_DIM=2048 EMBEDDING_BINDING_API_KEY=your_api_key +#################################################################### +### WORKSPACE setting workspace name for all storage types +### in the purpose of isolating data from LightRAG instances. +### Valid workspace name constraints: a-z, A-Z, 0-9, and _ +#################################################################### +# WORKSPACE=space1 + ############################ ### Data storage selection ############################ @@ -180,13 +187,6 @@ EMBEDDING_BINDING_API_KEY=your_api_key # LIGHTRAG_GRAPH_STORAGE=MongoGraphStorage # LIGHTRAG_VECTOR_STORAGE=MongoVectorDBStorage -#################################################################### -### WORKSPACE setting workspace name for all storage types -### in the purpose of isolating data from LightRAG instances. -### Valid workspace name constraints: a-z, A-Z, 0-9, and _ -#################################################################### -# WORKSPACE=space1 - ### PostgreSQL Configuration POSTGRES_HOST=localhost POSTGRES_PORT=5432