mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 20:12:55 +01:00
docs: fix fern
This commit is contained in:
parent
5584674803
commit
611b420928
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
If you are using a different embedding model, ensure that the vector dimensions match the model's output.
|
||||||
|
|
||||||
<Callout intent = "warning">
|
<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:
|
If you plan to reuse the old generated embeddings, you need to update the `settings.yaml` file to use the correct embedding model:
|
||||||
```yaml
|
```yaml
|
||||||
huggingface:
|
huggingface:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue