text-embedding
copied
Update README
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -350,6 +350,10 @@ and then return text embedding in ndarray.
The text embedding extracted by model.
***return_sentence_emb***: *bool*
The flag to output sentence embedding instead of token embeddings, defaults to False.
<br />
***save_model(format='pytorch', path='default')***