From 31def4280e73e13c6905679054b23f1e4537c3b6 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 16 Apr 2025 15:36:44 +0800 Subject: [PATCH] Update README --- lightrag/api/README-zh.md | 5 +++-- lightrag/api/README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lightrag/api/README-zh.md b/lightrag/api/README-zh.md index f6db7c88..b9b99685 100644 --- a/lightrag/api/README-zh.md +++ b/lightrag/api/README-zh.md @@ -316,10 +316,11 @@ MongoKVStorage MogonDB ``` NetworkXStorage NetworkX(默认) Neo4JStorage Neo4J -PGGraphStorage Postgres -AGEStorage AGE +PGGraphStorage PostgreSQL with AGE plugin ``` +> 在测试中Neo4j图形数据库相比PostgreSQL AGE有更好的性能表现。 + * VECTOR_STORAGE 支持的实现名称 ``` diff --git a/lightrag/api/README.md b/lightrag/api/README.md index 1d05ba78..3934c941 100644 --- a/lightrag/api/README.md +++ b/lightrag/api/README.md @@ -319,10 +319,11 @@ MongoKVStorage MongoDB ``` NetworkXStorage NetworkX (default) Neo4JStorage Neo4J -PGGraphStorage Postgres -AGEStorage AGE +PGGraphStorage PostgreSQL with AGE plugin ``` +> Testing has shown that Neo4J delivers superior performance in production environments compared to PostgreSQL with AGE plugin. + * VECTOR_STORAGE supported implementations: ```