Skip to content

Commit

Permalink
Modified guide
Browse files Browse the repository at this point in the history
  • Loading branch information
louiezzang committed Sep 26, 2019
1 parent 1cfdaca commit d20fbc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ $ python client_sample.py test --dim 200 --host localhost --port 50051
```
$ python client_sample.py import data/embeds.csv data/ids.csv data/keys.csv --host localhost:50051
$ python client_sample.py search-by-key a2 --host localhost:50051 --count 2
```

```
$ python client_sample.py import blobs://recommendation/item_embeddings/all/embeds.csv blobs://recommendation/item_embeddings/all/ids.csv blobs://recommendation/item_embeddings/all/keys.csv --host 40.65.186.191:50051
```

0 comments on commit d20fbc1

Please sign in to comment.