logo
Browse Source

Remove dc2

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
f73e752182
  1. 2
      README.md

2
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': {}}

Loading…
Cancel
Save