From f73e752182e4cb0633b5f0cdc7ef5761d1a754d7 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 16 Mar 2023 13:36:47 +0800 Subject: [PATCH] Remove dc2 Signed-off-by: Jael Gu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b05d1..5261898 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ With an example ElasticSearch client 'localhost:9200', search across the index 'test_index' using an example query `{'match_all': {}}` to get all documents. ```python -from towhee.dc2 import pipe, ops, DataCollection +from towhee import pipe, ops, DataCollection query = {'match_all': {}}