mindspore-jina-example

APACHE-2.0 License

Stars
6

Mindspore-Powered Neural Search in Jina

This is the code repo for the blog post "Mindspore-Powered Neural Search in Jina".

Preliminaries

Build the Jina Hub Image

git clone https://github.com/hanxiao/mindspore-jina-example.git

jina hub build MindsporeLeNet/ --pull --test-uses

Use in Jina Hello-World

jina hello-world --uses-index helloworld.flow.index.yml --uses-query helloworld.flow.query.yml
Related Projects