From c80f4ce78d610acf158fc38ac71aa4dc9312bd3a Mon Sep 17 00:00:00 2001 From: Simin Lin Date: Sun, 24 Sep 2023 21:04:35 +0800 Subject: [PATCH] Fix env name error for postgresql database --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2586bc2f6..b252a8a98 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Follow these steps to quickly set up and run the ChatGPT Retrieval Plugin: export PG_PORT= export PG_USER= export PG_PASSWORD= - export PG_DATABASE= + export PG_DB= # Elasticsearch export ELASTICSEARCH_URL= (either specify host or cloud_id)