docs: fix fern

This commit is contained in:
Javier Martinez 2024-07-31 14:09:01 +02:00
parent 5584674803
commit 611b420928
No known key found for this signature in database

View file

@ -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.
<Callout intent = "warning">
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: