elasticsearch
copied
Remove dc2
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -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': {}}