From 611b420928c57f63a3bc09c21cbcb0489e3f184b Mon Sep 17 00:00:00 2001 From: Javier Martinez Date: Wed, 31 Jul 2024 14:09:01 +0200 Subject: [PATCH] docs: fix fern --- fern/docs/pages/installation/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/pages/installation/troubleshooting.mdx b/fern/docs/pages/installation/troubleshooting.mdx index ce736e5..eff35e0 100644 --- a/fern/docs/pages/installation/troubleshooting.mdx +++ b/fern/docs/pages/installation/troubleshooting.mdx @@ -38,7 +38,7 @@ By default, PrivateGPT uses `nomic-embed-text` embeddings, which have a vector d If you are using a different embedding model, ensure that the vector dimensions match the model's output. -In version <= 0.6.0, the default embedding model was `BAAI/bge-small-en-v1.5` in `huggingface` setup. +In versions below to 0.6.0, the default embedding model was `BAAI/bge-small-en-v1.5` in `huggingface` setup. If you plan to reuse the old generated embeddings, you need to update the `settings.yaml` file to use the correct embedding model: ```yaml huggingface: