From 258d02d87c5cb81d6c3a6f06aa69339b670dffa9 Mon Sep 17 00:00:00 2001 From: Brett England Date: Fri, 15 Mar 2024 11:36:32 -0400 Subject: [PATCH] fix(docs): Minor documentation amendment (#1739) * Unify pgvector and postgres connection settings * Remove local changes * Update file pgvector->postgres * postgresql should be postgres --- fern/docs/pages/manual/vectordb.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/manual/vectordb.mdx b/fern/docs/pages/manual/vectordb.mdx index dc579f684..c98efea8a 100644 --- a/fern/docs/pages/manual/vectordb.mdx +++ b/fern/docs/pages/manual/vectordb.mdx @@ -73,7 +73,7 @@ The available configuration options are: For example: ```yaml vectorstore: - database: postgresql + database: postgres postgres: host: localhost