logo
Browse Source

Remove dc2

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

4
README.md

@ -19,7 +19,7 @@ Insert an example document into ElasticSearch with address of localhost:9200 and
```python
from datetime import datetime
from towhee.dc2 import pipe, ops, DataCollection
from towhee import pipe, ops, DataCollection
example_doc = {
@ -75,4 +75,4 @@ The path to CA certificates to connect ElasticSearch client if needed, defaults
**Returns:**
Index response wrapped by `elastic_transport.ObjectApiResponse`.
Index response wrapped by `elastic_transport.ObjectApiResponse`.

Loading…
Cancel
Save