mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
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:
parent
63de7e4930
commit
258d02d87c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue