postgresql should be postgres

This commit is contained in:
Brett England 2024-03-15 08:12:58 -04:00 committed by GitHub
parent 0a53a408b4
commit d2e6be0bd0
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