jina.helloworld¶
-
jina.helloworld.
hello_world
(args)[source]¶ The hello world of Jina. Use it via CLI jina hello-world.
It downloads Fashion-MNIST dataset and indexes 50,000 images via Jina search framework. The index is stored into 4 shards. We then randomly sample 128 unseen images as Queries, ask Jina to retrieve relevant results.
More options can be found in jina hello-world --help