From d53c982bfa46bfc379c270bf53d395efd820d75c Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 6 Apr 2022 14:11:47 +0800 Subject: [PATCH] Update README Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4ea67..a4f2a10 100644 --- a/README.md +++ b/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() ```