logo
Browse Source

Update README

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
d53c982bfa
  1. 2
      README.md

2
README.md

@ -36,7 +36,7 @@ from towhee import dc
dc.stream(["Hello, world."]) \
.text_embedding.dpr(model_name="facebook/dpr-ctx_encoder-single-nq-base") \
.show()
.to_list()
```

Loading…
Cancel
Save