From d2e6be0bd02701e20d97ef82e4f17ba8df8c1491 Mon Sep 17 00:00:00 2001 From: Brett England Date: Fri, 15 Mar 2024 08:12:58 -0400 Subject: [PATCH] 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 dc579f68..c98efea8 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