Skip to content

Commit

Permalink
feat: integrate docarray as external dependency (#4160)
Browse files Browse the repository at this point in the history
Co-authored-by: Deepankar Mahapatro <deepankar.mahapatro@jina.ai>
Co-authored-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
  • Loading branch information
3 people committed Jan 20, 2022
1 parent df0248b commit 6a9ed78
Show file tree
Hide file tree
Showing 230 changed files with 652 additions and 32,215 deletions.
11 changes: 0 additions & 11 deletions cli/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,17 +215,6 @@ def flow(args: 'Namespace'):
raise ValueError('start a flow from CLI requires a valid `--uses`')


def optimizer(args: 'Namespace'):
"""
Start an optimization from a YAML file
:param args: arguments coming from the CLI.
"""
from jina.optimizers import run_optimizer_cli

run_optimizer_cli(args)


def hub(args: 'Namespace'):
"""
Start a hub builder for push, pull
Expand Down
33 changes: 0 additions & 33 deletions docarray/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions docarray/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion docarray/array/__init__.py

This file was deleted.

76 changes: 0 additions & 76 deletions docarray/array/chunk.py

This file was deleted.

0 comments on commit 6a9ed78

Please sign in to comment.