From cb2e05bbd68f71a247bc99e6da9736b9fbf31093 Mon Sep 17 00:00:00 2001 From: shiyu22 Date: Tue, 30 May 2023 10:34:38 +0800 Subject: [PATCH] Update README Signed-off-by: shiyu22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8557ecc..1b8c285 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ config.collection_name = collection_name config.source_type = 'url' p = AutoPipes.pipeline('eqa-insert', config=config) -res = p('https://raw.githubusercontent.com/towhee-io/towhee/main/README.md') +res = p('https://github.com/towhee-io/towhee/blob/main/README.md') ``` Then you can run `collection.num_entities` to check the number of the data in Milvus as a knowledge base.