logo
Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 1 year ago
parent
commit
00e0c3bd4f
  1. 4
      README.md

4
README.md

@ -331,6 +331,7 @@ and then return text embedding in ndarray.
​ The text embedding extracted by model.
<br />
***save_model(format='pytorch', path='default')***
@ -342,10 +343,11 @@ Save model to local with specified format.
​ The format of saved model, defaults to 'pytorch'.
***format***: *path*
***path***: *str*
​ The path where model is saved to. By default, it will save model to the operator directory.
<br />
***supported_model_names(format=None)***

Loading…
Cancel
Save