Python API
To generate docs, please use:
cd docs
bash makedocs.sh local-only
There are four packages shipped with Jina:
jina
: the framework;docarray
: the basic data types such asDocument
,DocumentArray
;daemon
: a simple orchestrator for Jina;cli
: the command line interface for Jina.