From 4a9cfdcb10792ac00f1c8c7cd1bc4bb08d600046 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sun, 23 Feb 2025 17:56:10 +0800 Subject: [PATCH] Update storage configurations in .env.example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 835c1479..e4034def 100644 --- a/.env.example +++ b/.env.example @@ -85,10 +85,10 @@ EMBEDDING_BINDING_HOST=http://localhost:11434 # AZURE_EMBEDDING_API_VERSION=2023-05-15 ### Data storage selection -# LIGHTRAG_KV_STORAGE=PGKVStorage -# LIGHTRAG_VECTOR_STORAGE=PGVectorStorage -# LIGHTRAG_GRAPH_STORAGE=PGGraphStorage -# LIGHTRAG_DOC_STATUS_STORAGE=PGDocStatusStorage +LIGHTRAG_KV_STORAGE=JsonKVStorage +LIGHTRAG_VECTOR_STORAGE=NanoVectorDBStorage +LIGHTRAG_GRAPH_STORAGE=NetworkXStorage +LIGHTRAG_DOC_STATUS_STORAGE=JsonDocStatusStorage ### Oracle Database Configuration ORACLE_DSN=localhost:1521/XEPDB1