-
Notifications
You must be signed in to change notification settings - Fork 139
Product search rebased #196
Product search rebased #196
Conversation
@beccataylor @JustinBeckwith |
@@ -0,0 +1,5 @@ | |||
--- |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
@nirupa-kumar @JustinBeckwith 👋 hey there! i think you might have pinged the wrong |
…s/nodejs-vision into product-search-samples
520c0f2
to
df71265
Compare
@beccataylor |
// Imports the Google Cloud client library | ||
const vision = require('@google-cloud/vision').v1p3beta1; | ||
// Creates a client | ||
var client = new vision.ProductSearchClient(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
LGTM w/ nits |
@JustinBeckwith |
Thanks! There are still many instances of |
Aaaaaaaannnnnnndddddd.... MERGED 🙌 |
Product Search (v1p3beta1)
This Pull Request adds the code samples for cloud.google.com documentation for Product Search How-to Guides
Product Search How-to Guides –> vision/product-search/docs/how-to
products.js
productSets.js
–> Products in productSets.js
referenceImages.js
similarProducts.js
importProductSets.js
This last sample has been newly added after looking into the python and Java samples for comparison.
For the canonical versions, please see the Python Product Search Samples in python-docs-samples
These samples are in Beta and require using the v1p3beta1 API endpoint:
Before being ready for review & merge: