Browse Source
Remove dc2
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
search across the index 'test_index' using an example query `{'match_all': {}}` to get all documents. |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
from towhee.dc2 import pipe, ops, DataCollection |
|
|
|
|
|
|
|
|
from towhee import pipe, ops, DataCollection |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
query = {'match_all': {}} |
|
|
query = {'match_all': {}} |
|
|