We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccb44d commit 602de33Copy full SHA for 602de33
README.md
@@ -166,7 +166,7 @@ Follow these steps to quickly set up and run the ChatGPT Retrieval Plugin:
166
export PG_PORT=<postgres_port>
167
export PG_USER=<postgres_user>
168
export PG_PASSWORD=<postgres_password>
169
- export PG_DATABASE=<postgres_database>
+ export PG_DB=<postgres_database>
170
171
# Elasticsearch
172
export ELASTICSEARCH_URL=<elasticsearch_host_and_port> (either specify host or cloud_id)
0 commit comments