fix(docs): Minor documentation amendment (#1739)

* Unify pgvector and postgres connection settings

* Remove local changes

* Update file pgvector->postgres

* postgresql should be postgres
This commit is contained in:
Brett England 2024-03-15 11:36:32 -04:00 committed by GitHub
parent 63de7e4930
commit 258d02d87c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ The available configuration options are:
For example: For example:
```yaml ```yaml
vectorstore: vectorstore:
database: postgresql database: postgres
postgres: postgres:
host: localhost host: localhost