examples/code_search/pipeline
IronPan 31390d39a0 Add update search index pipeline (#361)
* add search index creator container

* add pipeline

* update op name

* update readme

* update scripts

* typo fix

* Update Makefile

* Update Makefile

* address comments

* fix ks

* update pipeline

* restructure the images

* remove echo

* update image

* format

* format

* address comments
2018-11-27 04:43:55 -08:00
..
README.md Add update search index pipeline (#361) 2018-11-27 04:43:55 -08:00
index_update_pipeline.py Add update search index pipeline (#361) 2018-11-27 04:43:55 -08:00

README.md

To run the pipeline, follow the kubeflow pipeline instruction and compile index_update_pipeline.py and upload to pipeline page.

Provide the parameter, e.g.

PROJECT='code-search-demo'
CLUSTER_NAME='cs-demo-1103'
WORKING_DIR='gs://code-search-demo/pipeline'
SAVED_MODEL_DIR='gs://code-search-demo/models/20181107-dist-sync-gpu/export/1541712907/'
DATA_DIR='gs://code-search-demo/20181104/data'