Browse Source
Remove dc2
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
@ -19,7 +19,7 @@ Insert an example document into ElasticSearch with address of localhost:9200 and |
|
|
|
|
|
|
|
|
```python |
|
|
```python |
|
|
from datetime import datetime |
|
|
from datetime import datetime |
|
|
from towhee.dc2 import pipe, ops, DataCollection |
|
|
|
|
|
|
|
|
from towhee import pipe, ops, DataCollection |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
example_doc = { |
|
|
example_doc = { |
|
|
@ -75,4 +75,4 @@ The path to CA certificates to connect ElasticSearch client if needed, defaults |
|
|
|
|
|
|
|
|
**Returns:** |
|
|
**Returns:** |
|
|
|
|
|
|
|
|
Index response wrapped by `elastic_transport.ObjectApiResponse`. |
|
|
|
|
|
|
|
|
Index response wrapped by `elastic_transport.ObjectApiResponse`. |
|
|
|