Skip to content

Commit

Permalink
fix(docs): Minor documentation amendment (#1739)
Browse files Browse the repository at this point in the history
* Unify pgvector and postgres connection settings

* Remove local changes

* Update file pgvector->postgres

* postgresql should be postgres
  • Loading branch information
dbzoo committed Mar 15, 2024
1 parent 63de7e4 commit 258d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/docs/pages/manual/vectordb.mdx
Expand Up @@ -73,7 +73,7 @@ The available configuration options are:
For example:
```yaml
vectorstore:
database: postgresql
database: postgres

postgres:
host: localhost
Expand Down

0 comments on commit 258d02d

Please sign in to comment.