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: