logo
Browse Source

remove dc2

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

2
README.md

@ -27,7 +27,7 @@ to generate a text embedding for the sentence "Hello, world.".
*Write the pipeline*:
```python
from towhee.dc2 import pipe, ops, DataCollection
from towhe import pipe, ops, DataCollection
p = (
pipe.input('text')

Loading…
Cancel
Save