From ddbc1ada5ccffe4903c6620a658f1c0b97c6232d Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Sat, 2 Apr 2022 15:33:38 +0800 Subject: [PATCH] Update Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c47fb0..8aca2f4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ from towhee import dc dc.stream(["Hello, world."]) - .text_embedding.dpr("facebook/dpr-ctx_encoder-single-nq-base") + .text_embedding.dpr(model_name="facebook/dpr-ctx_encoder-single-nq-base") .show() ```