jupyterjazz commited on
Commit
49df0fb
1 Parent(s): a14d943

update readme

Browse files

Signed-off-by: saba.sturua@jina.ai <saba.sturua@jina.ai>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25060,7 +25060,7 @@ Russian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,** and **Vietn
25060
  > **⚠️ Important Notice:**
25061
  > We fixed a bug in the `encode` function [#60](https://huggingface.co/jinaai/jina-embeddings-v3/discussions/60) where **Matryoshka embedding truncation** occurred *after normalization*, leading to non-normalized truncated embeddings. This issue has been resolved in the latest code revision.
25062
  >
25063
- > If you have encoded data using the previous version and wish to maintain consistency, please use the specific code revision when loading the model: `code_revision='da863dd04a4e5dce6814c6625adfba87b83838aa'`.
25064
 
25065
 
25066
  ## Usage
 
25060
  > **⚠️ Important Notice:**
25061
  > We fixed a bug in the `encode` function [#60](https://huggingface.co/jinaai/jina-embeddings-v3/discussions/60) where **Matryoshka embedding truncation** occurred *after normalization*, leading to non-normalized truncated embeddings. This issue has been resolved in the latest code revision.
25062
  >
25063
+ > If you have encoded data using the previous version and wish to maintain consistency, please use the specific code revision when loading the model: `AutoModel.from_pretrained('jinaai/jina-embeddings-v3', code_revision='da863dd04a4e5dce6814c6625adfba87b83838aa', ...)`
25064
 
25065
 
25066
  ## Usage