From c87f1067f5980b6329167eaf5d391dbc5a8c4ded Mon Sep 17 00:00:00 2001 From: Vishva R <44122284+vishvaRam@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:33:31 +0530 Subject: [PATCH] Update PostgreSQL demo script reference in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c10c6927..1674865b 100644 --- a/README.md +++ b/README.md @@ -973,7 +973,7 @@ For production level scenarios you will most likely want to leverage an enterpri * PostgreSQL is lightweight,the whole binary distribution including all necessary plugins can be zipped to 40MB: Ref to [Windows Release](https://github.com/ShanGor/apache-age-windows/releases/tag/PG17%2Fv1.5.0-rc0) as it is easy to install for Linux/Mac. * If you prefer docker, please start with this image if you are a beginner to avoid hiccups (Default user password:rag/rag): https://hub.docker.com/r/gzdaniel/postgres-for-rag -* How to start? Ref to: [examples/lightrag_zhipu_postgres_demo.py](https://github.com/HKUDS/LightRAG/blob/main/examples/lightrag_zhipu_postgres_demo.py) +* How to start? Ref to: [examples/lightrag_gemini_postgres_demo.py](https://github.com/HKUDS/LightRAG/blob/main/examples/lightrag_gemini_postgres_demo.py) * For high-performance graph database requirements, Neo4j is recommended as Apache AGE's performance is not as competitive.